Created
November 27, 2019 13:43
-
-
Save somersbmatthews/4ba37a97d305e65ee2c791508da1173a to your computer and use it in GitHub Desktop.
multizonal kubernetes cluster #kubernetes #gcp
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 clusters create circle-ci-cluster --zone us-central1-a --node-locations us-central1-a,us-central1-b,us-central1-f --num-nodes 2 --enable-autoscaling --min-nodes 1 --max-nodes 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment