Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for EXTERNAL_ISTIOD (0.32 sec)

  1. pilot/pkg/features/pilot.go

    	ClusterName = env.Register("CLUSTER_ID", constants.DefaultClusterName,
    		"Defines the cluster and service registry that this Istiod instance belongs to").Get()
    
    	ExternalIstiod = env.Register("EXTERNAL_ISTIOD", false,
    		"If this is set to true, one Istiod will control remote clusters including CA.").Get()
    
    	EnableCAServer = env.Register("ENABLE_CA_SERVER", true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  2. pkg/test/framework/components/istio/kube.go

    	if i.ctx.Environment().IsMultiCluster() {
    		if i.externalControlPlane || i.cfg.IstiodlessRemotes {
    			// Enable namespace controller writing to remote clusters
    			args.AppendSet("values.pilot.env.EXTERNAL_ISTIOD", "true")
    		}
    
    		// Set the clusterName for the local cluster.
    		// This MUST match the clusterName in the remote secret for this cluster.
    		clusterName := c.Name()
    		if !c.IsConfig() {
    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