Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active July 3, 2020 10:29
Show Gist options
  • Save velotiotech/60773c4eb8ad757e36e52b82a1a6c48d to your computer and use it in GitHub Desktop.
Save velotiotech/60773c4eb8ad757e36e52b82a1a6c48d to your computer and use it in GitHub Desktop.
$ gcloud container --project <project-name> \
clusters create <cluster-name> \
--machine-type n1-standard-2 \
--image-type "COS" --disk-size "50" \
--num-nodes 2 --network default \
--enable-cloud-logging --no-enable-cloud-monitoring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment