Skip to content

Commit 2756d22

Browse files
committed
cloudbank: Explicitly specify what nodepools users should go to
Otherwise, they still end up on the old 'user' nodepool, and it can not be decomissioned. With this, they will end up on the equivalent 'new' nodepool, and then I can get rid of the old one. I have also had to adjust the CPU limit, as at some point I suppose we switched from 8 CPU nodes to 4 but did not adjust this.
1 parent 4454050 commit 2756d22

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

config/clusters/cloudbank/common.values.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ nfs:
99
jupyterhub:
1010
singleuser:
1111
cpu:
12-
# Each node has about 8 CPUs total, and if we limit users to no more than
13-
# 4, no single user can take down a full node by themselves. We have to
12+
# Each node has about 4 CPUs total, and if we limit users to no more than
13+
# 2, no single user can take down a full node by themselves. We have to
1414
# set the guarantee to *something*, otherwise it is set to be equal
1515
# to the limit! We don't explicitly set a guarantee, because there is
1616
# a guarantee of 0.05 set in basehub/values.yaml
17-
limit: 4
17+
limit: 2
1818
image:
1919
name: quay.io/2i2c/cloudbank-data8-image
2020
tag: d2746e55a4ee
21+
nodeSelector:
22+
# Put everything on the most appropriate nodepool for these users
23+
cloud.google.com/gke-nodepool: nb-n2-highmem-4

0 commit comments

Comments
 (0)