Skip to content

Instantly share code, notes, and snippets.

@thebongy
Created August 2, 2020 09:16
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 thebongy/2c874732b833d25d6a6fbb860d3cd092 to your computer and use it in GitHub Desktop.
Save thebongy/2c874732b833d25d6a6fbb860d3cd092 to your computer and use it in GitHub Desktop.
gcloud container clusters create cluster-name \
--zone compute-zone \
--machine-type <machine-type you chose> \
--num-nodes <number of nodes in the cluster> \
--tags challenges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment