Skip to content

Commit 6949da5

Browse files
committed
add events check
Signed-off-by: Lukas Kral <lukywill16@gmail.com>
1 parent c7c3b5f commit 6949da5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/dependencies/setup-kind/setup-kind.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ function setup_olm_on_cluster {
389389
kubectl wait --for=condition=Ready pods -l app=catalog-operator -n olm --timeout=120s; then
390390
echo "[ERROR] OLM pods did not become ready in time. Current state:"
391391
kubectl get pods -n olm
392+
kubectl get events -n olm
392393
exit 1
393394
fi
394395

0 commit comments

Comments
 (0)