Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for remotePilotAddress (0.39 sec)

  1. 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)
  2. 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)
Back to top