Skip to content

Instantly share code, notes, and snippets.

@grampelberg
Created February 5, 2021 18:29
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