Skip to content

Instantly share code, notes, and snippets.

@raqqun
Last active January 28, 2020 13:26
Show Gist options
  • Save raqqun/743b94338744463f1515890299bfe9c6 to your computer and use it in GitHub Desktop.
Save raqqun/743b94338744463f1515890299bfe9c6 to your computer and use it in GitHub Desktop.
gcp start kubernetes
gcloud config set compute/region europe-west3
gcloud config set compute/zone europe-west3-a
gcloud container clusters create \
alexandros-kube-test \
--num-nodes=6 \
--preemptible \
--cluster-version=latest \
--disk-size=60G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment