Last active
April 12, 2018 10:02
-
-
Save andrewmclagan/96a7567026c97717aecabbadd6266916 to your computer and use it in GitHub Desktop.
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 animals-app \ | |
--zone=us-central1-a \ | |
--machine-type=n1-standard-1 \ | |
--num-nodes=3 \ | |
--no-enable-autorepair |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment