We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c3b5f commit 6949da5Copy full SHA for 6949da5
1 file changed
.github/actions/dependencies/setup-kind/setup-kind.sh
@@ -389,6 +389,7 @@ function setup_olm_on_cluster {
389
kubectl wait --for=condition=Ready pods -l app=catalog-operator -n olm --timeout=120s; then
390
echo "[ERROR] OLM pods did not become ready in time. Current state:"
391
kubectl get pods -n olm
392
+ kubectl get events -n olm
393
exit 1
394
fi
395
0 commit comments