Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@krotkiewicz
Last active September 4, 2017 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krotkiewicz/7fe155955b2f7121096667f65fc4ee5f to your computer and use it in GitHub Desktop.
Save krotkiewicz/7fe155955b2f7121096667f65fc4ee5f to your computer and use it in GitHub Desktop.
$ gcloud dns managed-zones create federation --description=federation --dns-name=demo.madeden.com.
$ export SCOPES=”cloud-platform,storage-ro,service-control,service-management,https://www.googleapis.com/auth/ndev.clouddns.readwrite”
$ gcloud container clusters create us-central --zone us-central1-a -m n1-standard-1 --scopes $SCOPES
$ gcloud container clusters create eu-west --zone europe-west1-d -m n1-standard-1 --scopes $SCOPES
$ gcloud container clusters create us-east --zone us-east1-c -m n1-standard-1 --scopes $SCOPES
$ gcloud container clusters create us-west --zone us-west1-b -m n1-standard-1 --scopes $SCOPES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment