Skip to content

Instantly share code, notes, and snippets.

@ipedrazas
Created March 26, 2018 14:47
Show Gist options
  • Save ipedrazas/1e1391a260256dad1a6cd0f33497252e to your computer and use it in GitHub Desktop.
Save ipedrazas/1e1391a260256dad1a6cd0f33497252e to your computer and use it in GitHub Desktop.
create istio cluster with storage
gcloud beta container --project "kubernetes-prototype-197913" clusters create "istio" --zone "europe-west2-a" --username "admin" --cluster-version "1.9.4-gke.1" --machine-type "n1-standard-1" --image-type "COS" --disk-size "100" --scopes "https://www.googleapis.com/auth/compute","https://www.googleapis.com/auth/devstorage.read_write","https://www.googleapis.com/auth/logging.write","https://www.googleapis.com/auth/monitoring","https://www.googleapis.com/auth/pubsub","https://www.googleapis.com/auth/servicecontrol","https://www.googleapis.com/auth/service.management.readonly","https://www.googleapis.com/auth/trace.append" --preemptible --num-nodes "4" --network "default" --subnetwork "default"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment