Created
March 8, 2019 12:09
-
-
Save terry90/b9ac7e7da1d97c4c2277228dfcf12f8a to your computer and use it in GitHub Desktop.
Manjaro Setup (gcloud)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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