Skip to content

Instantly share code, notes, and snippets.

@tribou
Last active May 16, 2018 10:07
Show Gist options
  • Save tribou/a3640653b0e9d89d784c to your computer and use it in GitHub Desktop.
Save tribou/a3640653b0e9d89d784c to your computer and use it in GitHub Desktop.
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