-
-
Save linki/1ee7d54462cba9d037bad36871a8ddc3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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