Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ENABLE_MCS_CLUSTER_LOCAL (0.21 sec)

  1. pilot/pkg/features/experimental.go

    			"must be enabled or an MCS controller must be used. Requires "+
    			"that ENABLE_MCS_SERVICE_DISCOVERY also be enabled.").Get() &&
    		EnableMCSServiceDiscovery
    
    	EnableMCSClusterLocal = env.Register(
    		"ENABLE_MCS_CLUSTER_LOCAL",
    		false,
    		"If enabled, istiod will treat the host "+
    			"`<svc>.<namespace>.svc.cluster.local` as defined by the "+
    			"Kubernetes Multi-Cluster Services (MCS) spec. In this mode, "+
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. tests/integration/pilot/mcs/discoverability/discoverability_test.go

    	cfg.ControlPlaneValues = fmt.Sprintf(`
    values:
      pilot:
        env:
          ENABLE_MCS_SERVICE_DISCOVERY: "true"
          ENABLE_MCS_HOST: "true"
          ENABLE_MCS_CLUSTER_LOCAL: "true"
          MCS_API_GROUP: %s
          MCS_API_VERSION: %s`,
    		common.KubeSettings(t).MCSAPIGroup,
    		common.KubeSettings(t).MCSAPIVersion)
    }
    
    func runForAllClusterCombinations(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 17.9K bytes
    - Viewed (0)
Back to top