Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for enableMCSAutoExport (0.19 sec)

  1. pilot/pkg/features/experimental.go

    	MCSAPIVersion = env.Register("MCS_API_VERSION", "v1alpha1",
    		"The version to be used for the Kubernetes Multi-Cluster Services (MCS) API.").Get()
    
    	EnableMCSAutoExport = env.Register(
    		"ENABLE_MCS_AUTO_EXPORT",
    		false,
    		"If enabled, istiod will automatically generate Kubernetes "+
    			"Multi-Cluster Services (MCS) ServiceExport resources for every "+
    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. pilot/pkg/serviceregistry/kube/controller/multicluster.go

    				} else {
    					go patcher.Run(clusterStopCh)
    				}
    			}
    		}
    	}()
    
    	// setting up the serviceexport controller if and only if it is turned on in the meshconfig.
    	if features.EnableMCSAutoExport {
    		log.Infof("joining leader-election for %s in %s on cluster %s",
    			leaderelection.ServiceExportController, options.SystemNamespace, options.ClusterID)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top