mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	add informational output to test
This commit is contained in:
		@@ -928,6 +928,7 @@ func runSchedulerNoPhantomPodsTest(client *client.Client) {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// Delete a pod to free up room.
 | 
			
		||||
	glog.Infof("Deleting pod %v", bar.Name)
 | 
			
		||||
	err = client.Pods(api.NamespaceDefault).Delete(bar.Name)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		glog.Fatalf("FAILED: couldn't delete pod %q: %v", bar.Name, err)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user