diff --git a/hack/deploy-wait.sh b/hack/deploy-wait.sh index d4e66281e8..5a0af6023b 100755 --- a/hack/deploy-wait.sh +++ b/hack/deploy-wait.sh @@ -20,6 +20,7 @@ done if ! $ready; then echo "Timed out waiting for features to be ready" - oc get nodes + kubectl get nodes + kubectl cluster-info dump -n ${NAMESPACE} exit 1 fi