Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ENABLE_MCS_CLUSTER_LOCAL (0.16 sec)

  1. releasenotes/notes/mcs-cluster-local.yaml

        the Kubernetes Multi-Cluster Services (MCS) spec. This feature is off by default,
        but can be enabled by setting the following flags in Istio:
        `ENABLE_MCS_CLUSTER_LOCAL`, `ENABLE_MCS_HOST` and `ENABLE_MCS_SERVICE_DISCOVERY`.
        When enabled, requests to the `cluster.local` host will be routed to only those
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 08 18:52:07 UTC 2021
    - 573 bytes
    - Viewed (0)
  2. 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)
  3. 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