Created
October 29, 2019 15:42
-
-
Save patmigliaccio/cd49d47828b7c3557dbe92075d0871a1 to your computer and use it in GitHub Desktop.
patmigliaccio.com/lessons-ml-gcp 10/29/19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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