mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
[e2e] Bump up pod deletion time for source pod IP test
This commit is contained in:
parent
c9014b1029
commit
07213b6dff
@ -364,7 +364,7 @@ func ProxyMode(f *Framework) (string, error) {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
f.PodClient().CreateSync(pod)
|
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"
|
cmd := "curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode"
|
||||||
stdout, err := RunHostCmd(pod.Namespace, pod.Name, cmd)
|
stdout, err := RunHostCmd(pod.Namespace, pod.Name, cmd)
|
||||||
|
Loading…
Reference in New Issue
Block a user