mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	Merge pull request #27533 from mwielgus/more-debug-in-e2e-ca
More debug in Cluster Autoscaler e2e test
This commit is contained in:
		| @@ -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) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Piotr Szczesniak
					Piotr Szczesniak