mirror of https://github.com/istio/istio.io.git
Print proxy status when debug fails for root cause (#7736)
This commit is contained in:
parent
edd7f2093f
commit
cb788bb993
|
@ -57,6 +57,7 @@ _wait_for_istio() {
|
|||
local name="$3"
|
||||
if ! istioctl experimental wait --for=distribution --timeout=5m "$kind" "$name.$namespace"; then
|
||||
echo "Failed distribution of $kind $name in namespace $namespace"
|
||||
istioctl ps
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue