Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 167 for DefaultConfig (0.46 sec)

  1. pkg/kube/inject/testdata/inputs/hello.yaml.0.mesh.gen.yaml

    defaultConfig:
      discoveryAddress: istiod.istio-system.svc:15012
    defaultProviders:
      metrics:
      - prometheus
    enablePrometheusMerge: true
    rootNamespace: istio-system
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 07 16:59:18 UTC 2024
    - 191 bytes
    - Viewed (0)
  2. releasenotes/notes/46711.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    
    issue:
      - 46653
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 29 02:54:34 UTC 2023
    - 195 bytes
    - Viewed (0)
  3. tests/integration/security/policy_attachment_only/main_test.go

    			if !c.Settings().EnableDualStack {
    				cfg.ControlPlaneValues = `
    values:
      pilot: 
        env: 
          PILOT_JWT_ENABLE_REMOTE_JWKS: true
          ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY: false
    meshConfig:
      defaultConfig:
        gatewayTopology:
          numTrustedProxies: 1 # Needed for X-Forwarded-For (See https://istio.io/latest/docs/ops/configuration/traffic-management/network-topologies/)
    `
    			} else {
    				cfg.ControlPlaneValues = `
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 01:47:52 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/input/pilot_merge_meshconfig.yaml

    kind: IstioOperator
    spec:
      profile: empty
      hub: docker.io/istio
      tag: 1.1.4
      meshConfig:
        enablePrometheusMerge: true
        rootNamespace: istio-control
        outboundTrafficPolicy:
          mode: REGISTRY_ONLY
        defaultConfig:
          discoveryAddress: my-discovery:123
          drainDuration: 12s
          controlPlaneAuthPolicy: NONE
        accessLogFormat: |
          {
            "key": "val"
          }
      components:
        pilot:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 11 03:03:49 UTC 2021
    - 474 bytes
    - Viewed (0)
  5. releasenotes/notes/agent-dns-capture.yaml

      from VM sidecars. This feature is disabled by default and can be enabled by setting the following in the
      Istio Operator: `meshConfig.defaultConfig.proxyMetadata.ISTIO_META_DNS_CAPTURE="true"`.
    
    upgradeNotes:
    - title: Istio CoreDNS Plugin Deprecation
      content: |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 08 04:32:46 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  6. manifests/charts/istio-cni/files/profile-compatibility-version-1.22.yaml

    # The original version of this file is located at /manifests/helm-profiles directory.
    # If you want to make a change in this file, edit the original one and run "make gen".
    
    meshConfig:
      # 1.22 behavioral changes
      defaultConfig:
        proxyMetadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 342 bytes
    - Viewed (0)
  7. manifests/charts/istiod-remote/files/profile-compatibility-version-1.22.yaml

    # The original version of this file is located at /manifests/helm-profiles directory.
    # If you want to make a change in this file, edit the original one and run "make gen".
    
    meshConfig:
      # 1.22 behavioral changes
      defaultConfig:
        proxyMetadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 342 bytes
    - Viewed (0)
  8. plugin/pkg/admission/podnodeselector/admission.go

    func readConfig(config io.Reader) *pluginConfig {
    	defaultConfig := &pluginConfig{}
    	if config == nil || reflect.ValueOf(config).IsNil() {
    		return defaultConfig
    	}
    	d := yaml.NewYAMLOrJSONDecoder(config, 4096)
    	for {
    		if err := d.Decode(defaultConfig); err != nil {
    			if err != io.EOF {
    				continue
    			}
    		}
    		break
    	}
    	return defaultConfig
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  9. manifests/charts/istiod-remote/files/profile-compatibility-version-1.21.yaml

        # 1.22 behavioral changes
        ENABLE_ENHANCED_RESOURCE_SCOPING: "false"
        ENABLE_RESOLUTION_NONE_TARGET_PORT: "false"
    meshConfig:
      # 1.22 behavioral changes
      proxyMetadata:
        ISTIO_DELTA_XDS: "false"
      defaultConfig:
        tracing:
          zipkin:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 20:37:06 UTC 2024
    - 529 bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/common/meshconfig.yaml

    defaultConfig:
      image:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 28 02:55:12 UTC 2023
    - 50 bytes
    - Viewed (0)
Back to top