Last active
May 16, 2018 10:07
-
-
Save tribou/a3640653b0e9d89d784c 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-1 \ | |
--num-nodes 1 \ | |
--disk-size 10 \ | |
--machine-type f1-micro \ | |
--no-enable-cloud-logging \ | |
--no-enable-cloud-monitoring | |
# When it's done, your kubectl command should work | |
kubectl cluster-info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment