Skip to content

Instantly share code, notes, and snippets.

@zukko78
Created May 13, 2020 03:16
Show Gist options
  • Save zukko78/da7bfe76984f4d15f7016ebd2ec85083 to your computer and use it in GitHub Desktop.
Save zukko78/da7bfe76984f4d15f7016ebd2ec85083 to your computer and use it in GitHub Desktop.
alias aliases
alias genkconfig='gcloud container clusters list --format="value(name,zone)" | while read -r name zone;do gcloud container clusters  get-credentials $name --zone $zone;done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment