Skip to content

Commit 6264b75

Browse files
authored
feat: set default jupyterhub-home-nfs quotas (#7055)
* fix: missing for staging * fix: add quota for openscapeshub staging * feat: set quota for hhmi spyglass * fix: set quota for 2i2c dask-staging * feat: set default quota to 1 or 10 * feat: drop quota exceptions * docs: add note about defaults
1 parent c3b2e3e commit 6264b75

File tree

67 files changed

+61
-248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+61
-248
lines changed

config/clusters/2i2c-jetstream2/staging.values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,4 @@ jupyterhub-home-nfs:
144144
openstack:
145145
enabled: true
146146
volumeId: 694b2c04-6b08-4ebe-8cb9-74f7d42c1b1c
147-
quotaEnforcer:
148-
config:
149-
QuotaManager:
150-
hard_quota: 1 # in GiB
147+

config/clusters/2i2c-uk/lis.values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ jupyterhub-home-nfs:
1111
gke:
1212
enabled: true
1313
volumeId: projects/two-eye-two-see-uk/zones/europe-west2-b/disks/hub-nfs-homedirs-lis
14-
quotaEnforcer:
15-
config:
16-
QuotaManager:
17-
hard_quota: 10 # in GiB
14+
1815
jupyterhub:
1916
ingress:
2017
hosts: [ds.lis.2i2c.cloud]

config/clusters/2i2c-uk/staging.values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ jupyterhub-home-nfs:
1313
gke:
1414
enabled: true
1515
volumeId: projects/two-eye-two-see-uk/zones/europe-west2-b/disks/hub-nfs-homedirs-staging
16-
quotaEnforcer:
17-
config:
18-
QuotaManager:
19-
hard_quota: 1 # in GiB
16+
2017
jupyterhub:
2118
ingress:
2219
hosts: [staging.uk.2i2c.cloud]

config/clusters/2i2c/dask-staging.values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ basehub:
5050
jupyterhub-home-nfs:
5151
gke:
5252
volumeId: projects/two-eye-two-see/zones/us-central1-b/disks/hub-nfs-homedirs-dask-staging
53+
5354
nfs:
5455
pv:
5556
serverIP: storage-quota-home-nfs.dask-staging.svc.cluster.local

config/clusters/2i2c/mtu.values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ jupyterhub:
5555
jupyterhub-home-nfs:
5656
gke:
5757
volumeId: projects/two-eye-two-see/zones/us-central1-b/disks/hub-nfs-homedirs-mtu
58-
quotaEnforcer:
59-
config:
60-
QuotaManager:
61-
hard_quota: 10 # in GiB
58+
6259
nfs:
6360
pv:
6461
serverIP: storage-quota-home-nfs.mtu.svc.cluster.local

config/clusters/2i2c/ucmerced.values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@ jupyterhub:
6767
jupyterhub-home-nfs:
6868
gke:
6969
volumeId: projects/two-eye-two-see/zones/us-central1-b/disks/hub-nfs-homedirs-ucmerced
70-
quotaEnforcer:
71-
config:
72-
QuotaManager:
73-
hard_quota: 10 # in GiB
70+
7471
nfs:
7572
pv:
7673
serverIP: storage-quota-home-nfs.ucmerced.svc.cluster.local

config/clusters/aimatx-2i2c-hub/prod.values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ dask-gateway:
3939
jupyterhub-home-nfs:
4040
eks:
4141
volumeId: vol-01b6abdb23764a9a5
42-
quotaEnforcer:
43-
config:
44-
QuotaManager:
45-
hard_quota: 10 # in GiB
42+
4643

4744
binderhub-service:
4845
config:

config/clusters/aimatx-2i2c-hub/staging.values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ dask-gateway:
3939
jupyterhub-home-nfs:
4040
eks:
4141
volumeId: vol-0ce12464be041a176
42-
quotaEnforcer:
43-
config:
44-
QuotaManager:
45-
hard_quota: 1 # in GiB
42+
4643

4744
binderhub-service:
4845
config:

config/clusters/berkeley-geojupyter/prod.values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jupyterhub-home-nfs:
2727
eks:
2828
enabled: true # can be migrated to common values file
2929
volumeId: vol-03eed37ae04a744e2
30-
quotaEnforcer:
31-
config:
32-
QuotaManager:
33-
hard_quota: 10 # in GiB
30+
3431

3532
binderhub-service:
3633
config:

config/clusters/berkeley-geojupyter/staging.values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jupyterhub-home-nfs:
2727
eks:
2828
enabled: true # can be migrated to common values file
2929
volumeId: vol-018ab2eba48b7d895
30-
quotaEnforcer:
31-
config:
32-
QuotaManager:
33-
hard_quota: 1 # in GiB
30+
3431

3532
binderhub-service:
3633
config:

0 commit comments

Comments
 (0)