Skip to content

Instantly share code, notes, and snippets.

@patmigliaccio
Created October 29, 2019 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patmigliaccio/cd49d47828b7c3557dbe92075d0871a1 to your computer and use it in GitHub Desktop.
Save patmigliaccio/cd49d47828b7c3557dbe92075d0871a1 to your computer and use it in GitHub Desktop.
patmigliaccio.com/lessons-ml-gcp 10/29/19
gcloud container node-pools create my-pool \
--cluster=my-cluster \
--machine-type=n1-highmem-2 \
--num-nodes 1 --enable-autoscaling
--min-nodes 1 --max-nodes 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment