aboutsummaryrefslogtreecommitdiffstats
path: root/csit/run-k8s-csit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'csit/run-k8s-csit.sh')
-rwxr-xr-xcsit/run-k8s-csit.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/csit/run-k8s-csit.sh b/csit/run-k8s-csit.sh
index d8ce6f9d..b578a5b0 100755
--- a/csit/run-k8s-csit.sh
+++ b/csit/run-k8s-csit.sh
@@ -368,6 +368,7 @@ wait_for_pods_running() {
if [ "$elapsed_time" -ge "$timeout_seconds" ]; then
echo "Timed out waiting for the pods to reach 'Running' state."
echo "Printing the current status of the deployment before exiting.."
+ kubectl get po;
kubectl describe pods;
echo "------------------------------------------------------------"
for pod in "${pending_pods[@]}"; do