Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PILOT_ENABLE_ANALYSIS (0.27 sec)

  1. manifests/charts/istio-control/istio-discovery/templates/deployment.yaml

              {{- end }}
              {{- end }}
    {{- if .Values.pilot.traceSampling }}
              - name: PILOT_TRACE_SAMPLING
                value: "{{ .Values.pilot.traceSampling }}"
    {{- end }}
              - name: PILOT_ENABLE_ANALYSIS
                value: "{{ .Values.global.istiod.enableAnalysis }}"
              - name: CLUSTER_ID
                value: "{{ $.Values.global.multiCluster.clusterName | default `Kubernetes` }}"
              - name: GOMEMLIMIT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 30 20:24:06 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. pilot/pkg/features/experimental.go

    			"Requires that both ENABLE_MCS_SERVICE_DISCOVERY and "+
    			"ENABLE_MCS_HOST also be enabled.").Get() &&
    		EnableMCSHost
    
    	EnableAnalysis = env.Register(
    		"PILOT_ENABLE_ANALYSIS",
    		false,
    		"If enabled, pilot will run istio analyzers and write analysis errors to the Status field of any "+
    			"Istio Resources",
    	).Get()
    
    	AnalysisInterval = func() time.Duration {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top