mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Fix the failing e2e test case in Standalone mode.
This commit is contained in:
@@ -378,11 +378,8 @@ var _ = SIGDescribe(feature.StandaloneMode, framework.WithSerial(), func() {
|
||||
return nil
|
||||
}, f.Timeouts.PodStart, time.Second*5).Should(gomega.Succeed())
|
||||
|
||||
ginkgo.By("stopping the kubelet")
|
||||
restartKubelet := mustStopKubelet(ctx, f)
|
||||
|
||||
ginkgo.By("restarting the kubelet")
|
||||
restartKubelet(ctx)
|
||||
restartKubelet(ctx, true)
|
||||
|
||||
gomega.Eventually(ctx, func() bool {
|
||||
return kubeletHealthCheck(kubeletHealthCheckURL)
|
||||
|
||||
Reference in New Issue
Block a user