Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 60 for OutlierLogPath (0.24 sec)

  1. pkg/kube/inject/testdata/inputs/hello-openshift.yaml.47.template.gen.yaml

          {{- end }}
          {{- if .Values.global.logAsJson }}
            - --log_as_json
          {{- end }}
          {{- if .Values.global.proxy.outlierLogPath }}
            - --outlierLogPath={{ .Values.global.proxy.outlierLogPath }}
          {{- end}}
          {{- if .Values.global.proxy.lifecycle }}
            lifecycle:
              {{ toYaml .Values.global.proxy.lifecycle | indent 6 }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inputs/hello.yaml.1.template.gen.yaml

          {{- end }}
          {{- if .Values.global.logAsJson }}
            - --log_as_json
          {{- end }}
          {{- if .Values.global.proxy.outlierLogPath }}
            - --outlierLogPath={{ .Values.global.proxy.outlierLogPath }}
          {{- end}}
          {{- if .Values.global.proxy.lifecycle }}
            lifecycle:
              {{ toYaml .Values.global.proxy.lifecycle | indent 6 }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inputs/hello.yaml.12.template.gen.yaml

          {{- end }}
          {{- if .Values.global.logAsJson }}
            - --log_as_json
          {{- end }}
          {{- if .Values.global.proxy.outlierLogPath }}
            - --outlierLogPath={{ .Values.global.proxy.outlierLogPath }}
          {{- end}}
          {{- if .Values.global.proxy.lifecycle }}
            lifecycle:
              {{ toYaml .Values.global.proxy.lifecycle | indent 6 }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inputs/hello.yaml.13.template.gen.yaml

          {{- end }}
          {{- if .Values.global.logAsJson }}
            - --log_as_json
          {{- end }}
          {{- if .Values.global.proxy.outlierLogPath }}
            - --outlierLogPath={{ .Values.global.proxy.outlierLogPath }}
          {{- end}}
          {{- if .Values.global.proxy.lifecycle }}
            lifecycle:
              {{ toYaml .Values.global.proxy.lifecycle | indent 6 }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inputs/kubevirtInterfaces.yaml.9.template.gen.yaml

          {{- end }}
          {{- if .Values.global.logAsJson }}
            - --log_as_json
          {{- end }}
          {{- if .Values.global.proxy.outlierLogPath }}
            - --outlierLogPath={{ .Values.global.proxy.outlierLogPath }}
          {{- end}}
          {{- if .Values.global.proxy.lifecycle }}
            lifecycle:
              {{ toYaml .Values.global.proxy.lifecycle | indent 6 }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  6. pkg/bootstrap/instance_test.go

    				StsPort:     c.stsPort,
    				ProxyConfig: proxyConfig,
    				PilotSubjectAltName: []string{
    					"spiffe://cluster.local/ns/istio-system/sa/istio-pilot-service-account",
    				},
    				OutlierLogPath:      "/dev/stdout",
    				annotationFilePath:  annoFile.Name(),
    				EnvoyPrometheusPort: 15090,
    				EnvoyStatusPort:     15021,
    			})
    			if err != nil {
    				t.Fatal(err)
    			}
    			fn, err := New(Config{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  7. manifests/charts/istio-control/istio-discovery/values.yaml

          # Expected values are: trace|debug|info|warning|error|critical|off
          logLevel: warning
    
          # Specify the path to the outlier event log.
          # Example: /dev/stdout
          outlierLogPath: ""
    
          #If set to true, istio-proxy container will have privileged securityContext
          privileged: false
    
          # The number of successive failed probes before indicating readiness failure.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  8. manifests/charts/istiod-remote/values.yaml

          # Expected values are: trace|debug|info|warning|error|critical|off
          logLevel: warning
          # Specify the path to the outlier event log.
          # Example: /dev/stdout
          outlierLogPath: ""
          #If set to true, istio-proxy container will have privileged securityContext
          privileged: false
          # The number of successive failed probes before indicating readiness failure.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
  9. operator/pkg/apis/istio/v1alpha1/values_types.proto

      string logLevel = 18;
    
      // Path to the file to which the proxy will write outlier detection logs.
      //
      // Example: "/dev/stdout"
      // This would write the logs to standard output.
      string outlierLogPath = 42;
    
      // Enables privileged securityContext for the istio-proxy container.
      //
      // See https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
      google.protobuf.BoolValue privileged = 19;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Path to the file to which the proxy will write outlier detection logs.
    	//
    	// Example: "/dev/stdout"
    	// This would write the logs to standard output.
    	OutlierLogPath string `protobuf:"bytes,42,opt,name=outlierLogPath,proto3" json:"outlierLogPath,omitempty"`
    	// Enables privileged securityContext for the istio-proxy container.
    	//
    	// See https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
    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