Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VerifyPodReady (0.19 sec)

  1. tests/integration/helm/util.go

    		validatingwebhookName,
    	})
    
    	VerifyPodReady(ctx, cs, nsConfig.Get(IstiodReleaseName), "app=istiod")
    	if verifyAmbient || ctx.Settings().OpenShift {
    		VerifyPodReady(ctx, cs, nsConfig.Get(CniReleaseName), "k8s-app=istio-cni-node")
    	}
    	if verifyAmbient {
    		VerifyPodReady(ctx, cs, nsConfig.Get(ZtunnelReleaseName), "app=ztunnel")
    	}
    	if verifyGateway {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 18.7K bytes
    - Viewed (0)
Back to top