diff --git a/test/e2e/cluster_size_autoscaling.go b/test/e2e/cluster_size_autoscaling.go index f3b40ddecb4..d9bdcbe74c7 100644 --- a/test/e2e/cluster_size_autoscaling.go +++ b/test/e2e/cluster_size_autoscaling.go @@ -437,6 +437,10 @@ func waitForAllCaPodsReadyInNamespace(f *framework.Framework, c *client.Client) } glog.Infof("Some pods are not ready yet: %v", notready) } + glog.Info("Timeout on waiting for pods being ready") + glog.Info(framework.RunKubectlOrDie("get", "pods", "-o json", "--all-namespaces")) + glog.Info(framework.RunKubectlOrDie("get", "nodes", "-o json")) + // Some pods are still not running. return fmt.Errorf("Some pods are still not running: %v", notready) }