Skip to content

Instantly share code, notes, and snippets.

@terry90
Created March 8, 2019 12:09
Show Gist options
  • Save terry90/b9ac7e7da1d97c4c2277228dfcf12f8a to your computer and use it in GitHub Desktop.
Save terry90/b9ac7e7da1d97c4c2277228dfcf12f8a to your computer and use it in GitHub Desktop.
Manjaro Setup (gcloud)
#!/usr/bin/zsh
gcloud auth login
gcloud auth configure-docker
gcloud config set compute/zone europe-west1-b
gcloud config set compute/region europe-west1
echo "Cluster name?"
read "cluster?: "
gcloud container clusters get-credentials $cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment