Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VIP (0.09 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                {{- range $key, $value := .ProxyConfig.ProxyMetadata }}
                - name: {{ $key }}
                  value: "{{ $value }}"
                {{- end }}
                # grpc uses xds:/// to resolve – no need to resolve VIP
                - name: ISTIO_META_DNS_CAPTURE
                  value: "false"
                - name: DISABLE_ENVOY
                  value: "true"
                {{with .Values.global.imagePullPolicy }}imagePullPolicy: "{{.}}"{{end}}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    			},
    			tweakLBStatus: func(s *core.LoadBalancerStatus) {
    				s.Ingress = []core.LoadBalancerIngress{{
    					IP: "1.2.3.4",
    				}}
    			},
    			numErrs: 0,
    		}, {
    			name:          "valid vip ipMode",
    			ipModeEnabled: true,
    			tweakLBStatus: func(s *core.LoadBalancerStatus) {
    				s.Ingress = []core.LoadBalancerIngress{{
    					IP:     "1.2.3.4",
    					IPMode: &ipModeVIP,
    				}}
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top