Skip to content

Migrate a few cloudbank clusters to storage quotas #6556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/clusters/cloudbank/authoring.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@ jupyterhub:
jupyterhub-home-nfs:
gke:
volumeId: projects/cb-1003-1696/zones/us-central1-b/disks/hub-nfs-homedirs-authoring
nfs:
pv:
serverIP: 10.3.253.47
baseShareName: /
4 changes: 4 additions & 0 deletions config/clusters/cloudbank/bcc.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ jupyterhub:
jupyterhub-home-nfs:
gke:
volumeId: projects/cb-1003-1696/zones/us-central1-b/disks/hub-nfs-homedirs-bcc
nfs:
pv:
serverIP: 10.3.245.236
baseShareName: /
4 changes: 4 additions & 0 deletions config/clusters/cloudbank/chaffey.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ jupyterhub:
jupyterhub-home-nfs:
gke:
volumeId: projects/cb-1003-1696/zones/us-central1-b/disks/hub-nfs-homedirs-chaffey
nfs:
pv:
serverIP: 10.3.254.253
baseShareName: /
4 changes: 4 additions & 0 deletions config/clusters/cloudbank/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ jupyterhub:
jupyterhub-home-nfs:
gke:
volumeId: projects/cb-1003-1696/zones/us-central1-b/disks/hub-nfs-homedirs-staging
nfs:
pv:
serverIP: 10.3.243.232
baseShareName: /
Loading