Skip to content

Instantly share code, notes, and snippets.

@grampelberg
Created February 5, 2021 18:29
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 grampelberg/14ad97faf9f32e3045345d9bf82f9c1c to your computer and use it in GitHub Desktop.
Save grampelberg/14ad97faf9f32e3045345d9bf82f9c1c to your computer and use it in GitHub Desktop.
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