Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for remotePilotAddress (0.36 sec)

  1. manifests/charts/istio-control/istio-discovery/values.yaml

        #
        # defaultTemplates: ["sidecar", "hello"]
        defaultTemplates: []
      istiodRemote:
        # Sidecar injector mutating webhook configuration clientConfig.url value.
        # For example: https://$remotePilotAddress:15017/inject
        # The host should not refer to a service running in the cluster; use a service reference by specifying
        # the clientConfig.service field instead.
        injectionURL: ""
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/values.yaml

        #
        # defaultTemplates: ["sidecar", "hello"]
        defaultTemplates: []
      istiodRemote:
        # Sidecar injector mutating webhook configuration clientConfig.url value.
        # For example: https://$remotePilotAddress:15017/inject
        # The host should not refer to a service running in the cluster; use a service reference by specifying
        # the clientConfig.service field instead.
        injectionURL: ""
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
  3. pkg/test/framework/components/istio/kube.go

    		// Configure the cluster and network arguments to pass through the injector webhook.
    		remoteIstiodAddress, err := i.RemoteDiscoveryAddressFor(c)
    		if err != nil {
    			return err
    		}
    		args.AppendSet("values.global.remotePilotAddress", remoteIstiodAddress.Addr().String())
    	}
    
    	if i.externalControlPlane || i.cfg.IstiodlessRemotes {
    		args.AppendSet("values.istiodRemote.injectionPath",
    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