Skip to content

Commit

Permalink
adding some log messages to see pod status
Browse files Browse the repository at this point in the history
Signed-off-by: vivekr-splunk <vivekr@splunk.com>
  • Loading branch information
vivekr-splunk committed Oct 3, 2023
1 parent 9c671fb commit 52d9f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52d9f1c

Please sign in to comment.