Skip to content

Instantly share code, notes, and snippets.

@linki
Created June 6, 2016 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linki/1ee7d54462cba9d037bad36871a8ddc3 to your computer and use it in GitHub Desktop.
Save linki/1ee7d54462cba9d037bad36871a8ddc3 to your computer and use it in GitHub Desktop.
for i in $(gcloud projects list | tail +2 | awk '{print $1}'); do gcloud --project "$i" container clusters list 2>/dev/null | grep -v MASTER_VERSION | awk '{print $1}'; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment