Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pickOne (0.26 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    protocol: TCP selector: app: istiod {{- if ne .Values.revision "" }} istio.io/rev: {{ .Values.revision }} {{- else }} # Label used by the 'default' service. For versioned deployments we match with app and version. # This avoids default deployment picking the canary istio: pilot {{- end }} {{- if .Values.pilot.ipFamilyPolicy }} ipFamilyPolicy: {{ .Values.pilot.ipFamilyPolicy }} {{- end }} {{- if .Values.pilot.ipFamilies }} ipFamilies: {{- range .Values.pilot.ipFamilies }} - {{ . }} {{- end }} {{- end...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  2. manifests/charts/istio-control/istio-discovery/templates/service.yaml

        istio.io/rev: {{ .Values.revision }}
        {{- else }}
        # Label used by the 'default' service. For versioned deployments we match with app and version.
        # This avoids default deployment picking the canary
        istio: pilot
        {{- end }}
      {{- if .Values.pilot.ipFamilyPolicy }}
      ipFamilyPolicy: {{ .Values.pilot.ipFamilyPolicy }}
      {{- end }}
      {{- if .Values.pilot.ipFamilies }}
      ipFamilies:
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Mon Oct 02 00:02:18 GMT 2023
    - 1.4K bytes
    - Viewed (0)
Back to top