Skip to content

Instantly share code, notes, and snippets.

@Tharwat96
Last active June 1, 2020 22:36
Show Gist options
  • Save Tharwat96/11fca5b3128f2eca0502e4f806fe78ee to your computer and use it in GitHub Desktop.
Save Tharwat96/11fca5b3128f2eca0502e4f806fe78ee to your computer and use it in GitHub Desktop.
GCP

List the active account name

gcloud auth list

Set the compute zone

gcloud config set compute/zone us-central1-a

Creates a cluster called bootcamp with 5 nodes (including the master)

gcloud container clusters create bootcamp --num-nodes 5 --scopes "https://www.googleapis.com/auth/projecthosting,storage-rw"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment