Skip to content

Instantly share code, notes, and snippets.

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 rtrentinavx/d150d1c642320ab967135a606360f9d8 to your computer and use it in GitHub Desktop.
Save rtrentinavx/d150d1c642320ab967135a606360f9d8 to your computer and use it in GitHub Desktop.
gcloud container clusters create gke-us-east4-cluster-1 
--region=us-east4 \
--enable-ip-alias \
--network=gcp-spoke100-us-east4 \
--subnetwork=gcp-spoke100-us-east4-nodes \
--cluster-secondary-range-name=gcp-spoke100-us-east4-pod \
--services-secondary-range-name=gcp-spoke100-us-east4-services \
--default-max-pods-per-node=10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment