Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForBrokenPodOrFail (0.3 sec)

  1. tests/integration/pilot/cni_race_test.go

    			rolloutCmd := fmt.Sprintf("kubectl rollout restart deployment -n %s", ns.Name())
    			if _, err := shell.Execute(true, rolloutCmd); err != nil {
    				t.Fatalf("failed to rollout restart deployments %v", err)
    			}
    			waitForBrokenPodOrFail(t, c, ns)
    
    			t.Log("Redeploy CNI and verify repair takes effect by evicting the broken pod")
    			// Now bring back CNI Daemonset, and pod in the echo namespace should be repaired.
    			deployCNIDaemonset(t, c, cniDaemonSet)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 16:52:52 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top