Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for EXTERNAL_ISTIOD (0.35 sec)

  1. tests/integration/iop-externalistiod-primary-integration-test-defaults.yaml

            env:
            - name: INJECTION_WEBHOOK_CONFIG_NAME
              value: "istio-sidecar-injector-istio-system"
            - name: VALIDATION_WEBHOOK_CONFIG_NAME
              value: "istio-istio-system"
            - name: EXTERNAL_ISTIOD
              value: "true"
            - name: SHARED_MESH_CONFIG
              value: istio
        ingressGateways:
        - name: istio-ingressgateway
          enabled: false
        egressGateways:
        - name: istio-egressgateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 05 22:06:57 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. tests/integration/pilot/testdata/upgrade/1.8.6-install.yaml.tar

     value: "true" - name: INJECTION_WEBHOOK_CONFIG_NAME value: istio-sidecar-injector-1-8-6 - name: ISTIOD_ADDR value: istiod-1-8-6.istio-system.svc:15012 - name: PILOT_ENABLE_ANALYSIS value: "false" - name: CLUSTER_ID value: Kubernetes - name: EXTERNAL_ISTIOD value: "false" - name: CENTRAL_ISTIOD value: "false" - name: PILOT_ENDPOINT_TELEMETRY_LABEL value: "true" image: gcr.io/istio-release/pilot:1.8.6 name: discovery ports: - containerPort: 8080 protocol: TCP - containerPort: 15010 protocol: TCP -...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 70K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/upgrade/1.9.5-install.yaml.tar

    UTBOUND value: "true" - name: PILOT_ENABLE_PROTOCOL_SNIFFING_FOR_INBOUND value: "true" - name: ISTIOD_ADDR value: istiod-1-9-5.istio-system.svc:15012 - name: PILOT_ENABLE_ANALYSIS value: "false" - name: CLUSTER_ID value: "Kubernetes" - name: EXTERNAL_ISTIOD value: "false" resources: requests: cpu: 500m memory: 2048Mi securityContext: runAsUser: 1337 runAsGroup: 1337 runAsNonRoot: true capabilities: drop: - ALL volumeMounts: - name: config-volume mountPath: /etc/istio/config - name: istio-token mountPath:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
Back to top