mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	[e2e] Bump up pod deletion time for source pod IP test
This commit is contained in:
		@@ -364,7 +364,7 @@ func ProxyMode(f *Framework) (string, error) {
 | 
			
		||||
		},
 | 
			
		||||
	}
 | 
			
		||||
	f.PodClient().CreateSync(pod)
 | 
			
		||||
	defer f.PodClient().DeleteSync(pod.Name, &metav1.DeleteOptions{}, time.Minute)
 | 
			
		||||
	defer f.PodClient().DeleteSync(pod.Name, &metav1.DeleteOptions{}, DefaultPodDeletionTimeout)
 | 
			
		||||
 | 
			
		||||
	cmd := "curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode"
 | 
			
		||||
	stdout, err := RunHostCmd(pod.Namespace, pod.Name, cmd)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user