Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created February 6, 2018 15:08
Show Gist options
  • Save salrashid123/9df7be9bfefaf54ab0b02531fb40210b to your computer and use it in GitHub Desktop.
Save salrashid123/9df7be9bfefaf54ab0b02531fb40210b to your computer and use it in GitHub Desktop.
istio_doc_cluster
gcloud container clusters create cluster-1 \
--zone us-central1-a --enable-kubernetes-alpha \
--num-nodes 3 --scopes \
"https://www.googleapis.com/auth/logging.write","https://www.googleapis.com/auth/monitoring","https://www.googleapis.com/auth/trace.append","https://www.googleapis.com/auth/userinfo.email" \
--enable-cloud-logging --enable-cloud-monitoring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment