Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for deployEastWestGateway (0.41 sec)

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

    	exposeServicesGateway  = path.Join(mcSamples, "expose-services.yaml")
    	genGatewayScript       = path.Join(mcSamples, "gen-eastwest-gateway.sh")
    )
    
    // deployEastWestGateway will create a separate gateway deployment for cross-cluster discovery or cross-network services.
    func (i *istioImpl) deployEastWestGateway(cluster cluster.Cluster, revision string, customSettings string) error {
    	// generate istio operator yaml
    	args := []string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 10 02:30:20 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  2. pkg/test/framework/components/istio/kube.go

    		if ctx.Environment().IsMultiNetwork() {
    			spec := i.remoteIOP.spec
    			if c.IsConfig() {
    				spec = i.configIOP.spec
    			}
    			if err := i.deployEastWestGateway(c, spec.Revision, i.eastwestIOP.file); err != nil {
    				return i, err
    			}
    
    			// Wait for the eastwestgateway to have a public IP.
    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