Created
February 6, 2018 15:08
-
-
Save salrashid123/9df7be9bfefaf54ab0b02531fb40210b to your computer and use it in GitHub Desktop.
istio_doc_cluster
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 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