Skip to content

Instantly share code, notes, and snippets.

@somersbmatthews
Created November 27, 2019 13:43
Show Gist options
  • Save somersbmatthews/4ba37a97d305e65ee2c791508da1173a to your computer and use it in GitHub Desktop.
Save somersbmatthews/4ba37a97d305e65ee2c791508da1173a to your computer and use it in GitHub Desktop.
multizonal kubernetes cluster #kubernetes #gcp
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