Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for enableCoreDump (0.14 sec)

  1. manifests/charts/istiod-remote/values.yaml

          # not set, then the global "logLevel" will be used.
          componentLogLevel: "misc:error"
          # If set, newly injected sidecars will have core dumps enabled.
          enableCoreDump: false
          # istio ingress capture allowlist
          # examples:
          #     Redirect only selected ports:            --includeInboundPorts="80,8080"
          excludeInboundPorts: ""
          includeInboundPorts: "*"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
  2. manifests/charts/istio-control/istio-discovery/values.yaml

          # not set, then the global "logLevel" will be used.
          componentLogLevel: "misc:error"
    
          # If set, newly injected sidecars will have core dumps enabled.
          enableCoreDump: false
    
          # istio ingress capture allowlist
          # examples:
          #     Redirect only selected ports:            --includeInboundPorts="80,8080"
          excludeInboundPorts: ""
          includeInboundPorts: "*"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  3. pkg/kube/inject/inject_test.go

    			setFlags: []string{"values.global.imagePullPolicy=Never"},
    		},
    		{
    			in:       "enable-core-dump.yaml",
    			want:     "enable-core-dump.yaml.injected",
    			setFlags: []string{"values.global.proxy.enableCoreDump=true"},
    		},
    		{
    			in:   "format-duration.yaml",
    			want: "format-duration.yaml.injected",
    			mesh: func(m *meshapi.MeshConfig) {
    				m.DefaultConfig.DrainDuration = durationpb.New(time.Second * 23)
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top