Created
February 5, 2021 18:29
-
-
Save grampelberg/14ad97faf9f32e3045345d9bf82f9c1c to your computer and use it in GitHub Desktop.
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
for ctx in west east; do | |
echo "Checking cluster: ${ctx} .........\n" | |
linkerd --context=${ctx} check || break | |
echo "-------------\n" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment