Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForIstioReady (0.25 sec)

  1. pkg/test/framework/components/istio/kube.go

    		if err := i.applyIstiodGateway(c, i.primaryIOP.spec.Revision); err != nil {
    			return fmt.Errorf("failed applying istiod gateway for cluster %s: %v", c.Name(), err)
    		}
    		if err := waitForIstioReady(i.ctx, c, i.cfg); err != nil {
    			return err
    		}
    	} else {
    		// configure istioctl to run with an external control plane topology.
    		istiodAddress, err := i.RemoteDiscoveryAddressFor(c)
    		if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top