From 52d9f1c4c698b03c9663416be70188ea48f4b02f Mon Sep 17 00:00:00 2001 From: vivekr-splunk Date: Tue, 3 Oct 2023 13:53:37 -0700 Subject: [PATCH] adding some log messages to see pod status Signed-off-by: vivekr-splunk --- test/run-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run-tests.sh b/test/run-tests.sh index 410fd7361..89863fe47 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -88,6 +88,7 @@ if [ "${CLUSTER_WIDE}" == "true" ]; then kubectl wait --for=condition=ready pod -l control-plane=controller-manager --timeout=600s -n splunk-operator if [ $? -ne 0 ]; then kubectl get pods -n splunk-operator + kubectl describe pvc -n splunk-operator echo "Operator installation not ready..." exit 1 fi