Skip to content

Commit

Permalink
Merge pull request berkeley-dsep-infra#2960 from yuvipanda/pool-name
Browse files Browse the repository at this point in the history
Use containerd for all our nodes
  • Loading branch information
yuvipanda authored Nov 5, 2021
2 parents f478011 + fab9c4b commit 55aa0e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/admins/cluster-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ the currently favored configuration.
gcloud container node-pools create \
--machine-type n1-highmem-8 \
--num-nodes 2 \
--num-nodes 1 \
--enable-autoscaling \
--min-nodes 1 --max-nodes 20 \
--node-labels hub.jupyter.org/pool-name=beta-pool \
--node-labels hub.jupyter.org/pool-name=<pool-name>-pool \
--node-taints hub.jupyter.org_dedicated=user:NoSchedule \
--region=us-central1 \
--image-type=cos \
--image-type=cos_containerd \
--disk-size=200 --disk-type=pd-balanced \
--no-enable-autoupgrade \
--tags=hub-cluster \
--cluster=fall-2019 \
user-pool-<pool-name>-<yyyy>-<mm>-<dd>
user-<pool-name>-<yyyy>-<mm>-<dd>
IP Aliasing
Expand Down

0 comments on commit 55aa0e7

Please sign in to comment.