Skip to content

Commit

Permalink
e2e: dump info on deploy-wait.sh error
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Panattoni <[email protected]>
  • Loading branch information
zeeke committed Feb 28, 2024
1 parent e318cb2 commit d3643ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/deploy-wait.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ done

if ! $ready; then
echo "Timed out waiting for features to be ready"
oc get nodes
kucectl get nodes
kubectl cluster-info dump -n ${NAMESPACE}
exit 1
fi

0 comments on commit d3643ba

Please sign in to comment.