Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 41 for remotePilotAddress (0.27 sec)

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

    {{ toYaml $.Values.meshConfig.defaultConfig.tracing | indent 8 }}
          {{- end }}
          {{- end }}
          {{- if .Values.global.remotePilotAddress }}
          {{- if .Values.pilot.enabled }}
          discoveryAddress: {{ printf "istiod-remote.%s.svc" .Release.Namespace }}:15012
          {{- else }}
          discoveryAddress: {{ printf "istiod.%s.svc" .Release.Namespace }}:15012
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/configmap.yaml

    {{ toYaml $.Values.meshConfig.defaultConfig.tracing | indent 8 }}
          {{- end }}
          {{- end }}
          {{- if .Values.global.remotePilotAddress }}
          {{- if .Values.pilot.enabled }}
          discoveryAddress: {{ printf "istiod-remote.%s.svc" .Release.Namespace }}:15012
          {{- else }}
          discoveryAddress: {{ printf "istiod.%s.svc" .Release.Namespace }}:15012
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  3. manifests/charts/istio-control/istio-discovery/values.yaml

        #
        # defaultTemplates: ["sidecar", "hello"]
        defaultTemplates: []
      istiodRemote:
        # Sidecar injector mutating webhook configuration clientConfig.url value.
        # For example: https://$remotePilotAddress:15017/inject
        # The host should not refer to a service running in the cluster; use a service reference by specifying
        # the clientConfig.service field instead.
        injectionURL: ""
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/values.yaml

        #
        # defaultTemplates: ["sidecar", "hello"]
        defaultTemplates: []
      istiodRemote:
        # Sidecar injector mutating webhook configuration clientConfig.url value.
        # For example: https://$remotePilotAddress:15017/inject
        # The host should not refer to a service running in the cluster; use a service reference by specifying
        # the clientConfig.service field instead.
        injectionURL: ""
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
  5. pkg/test/framework/components/istio/kube.go

    		// Configure the cluster and network arguments to pass through the injector webhook.
    		remoteIstiodAddress, err := i.RemoteDiscoveryAddressFor(c)
    		if err != nil {
    			return err
    		}
    		args.AppendSet("values.global.remotePilotAddress", remoteIstiodAddress.Addr().String())
    	}
    
    	if i.externalControlPlane || i.cfg.IstiodlessRemotes {
    		args.AppendSet("values.istiodRemote.injectionPath",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    - port: 15012 name: tcp-istiod protocol: TCP - port: 443 targetPort: 15017 name: tcp-webhook protocol: TCP {{- if not (regexMatch "^([0-9]*\\.){3}[0-9]*$" .Values.global.remotePilotAddress) }} # if the remotePilotAddress is not an IP addr, we use ExternalName type: ExternalName externalName: {{ .Values.global.remotePilotAddress }} {{- end }} {{- if .Values.global.ipFamilyPolicy }} ipFamilyPolicy: {{ .Values.global.ipFamilyPolicy }} {{- end }} {{- if .Values.global.ipFamilies }} ipFamilies: {{- range...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/sidecar_template.golden.yaml

                "failureThreshold": 600
              },
              "statusPort": 15020,
              "tracer": "zipkin"
            },
            "proxy_init": {
              "image": "proxyv2"
            },
            "remotePilotAddress": "",
            "sds": {
              "token": {
                "aud": "istio-ca"
              }
            },
            "sts": {
              "servicePort": 0
            },
            "tag": "latest",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 86.9K bytes
    - Viewed (0)
  8. operator/pkg/apis/istio/v1alpha1/values_types.proto

      google.protobuf.BoolValue useMCP = 35;
    
      // Specifies the Istio control plane’s pilot Pod IP address or remote cluster DNS resolvable hostname.
      string remotePilotAddress = 48;
    
      // Specifies the configution of istiod
      IstiodConfig istiod = 54;
    
      // Configure the Pilot certificate provider.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                "failureThreshold": 600
              },
              "statusPort": 15020,
              "tracer": "zipkin"
            },
            "proxy_init": {
              "image": "proxyv2"
            },
            "remotePilotAddress": "",
            "sds": {
              "token": {
                "aud": "istio-ca"
              }
            },
            "sts": {
              "servicePort": 0
            },
            "tag": "1.1.4",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Specifies the Istio control plane’s pilot Pod IP address or remote cluster DNS resolvable hostname.
    	RemotePilotAddress string `protobuf:"bytes,48,opt,name=remotePilotAddress,proto3" json:"remotePilotAddress,omitempty"`
    	// Specifies the configution of istiod
    	Istiod *IstiodConfig `protobuf:"bytes,54,opt,name=istiod,proto3" json:"istiod,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top