From 01cc8a444a99be3b48cdabd7576d9849ab3760f8 Mon Sep 17 00:00:00 2001 From: Andrea Panattoni Date: Wed, 28 Feb 2024 12:07:29 +0100 Subject: [PATCH] e2e: dump info on deploy-wait.sh error Signed-off-by: Andrea Panattoni --- hack/deploy-wait.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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