Created
August 2, 2020 09:16
-
-
Save thebongy/2c874732b833d25d6a6fbb860d3cd092 to your computer and use it in GitHub Desktop.
This file contains 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 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