Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForRepairOrFail (2.32 sec)

  1. tests/integration/pilot/cni_race_test.go

    			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)
    			waitForRepairOrFail(t, c, ns)
    		})
    }
    
    func getCNIDaemonSet(ctx framework.TestContext, c cluster.Cluster) *appsv1.DaemonSet {
    	cniDaemonSet, err := c.(istioKube.CLIClient).
    		Kube().AppsV1().DaemonSets(i.Settings().SystemNamespace).
    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