Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 167 for DefaultConfig (0.64 sec)

  1. pkg/kube/inject/testdata/inputs/enable-core-dump.yaml.5.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. pkg/kube/inject/testdata/inputs/hello-probes.yaml.18.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)
  3. pkg/kube/inject/testdata/inputs/hello.yaml.10.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)
  4. pkg/kube/inject/testdata/inputs/hello.yaml.13.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)
  5. pkg/kube/inject/testdata/inputs/hello.yaml.3.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)
  6. staging/src/k8s.io/apiserver/pkg/server/storage/storage_factory_test.go

    		},
    	}
    
    	defaultEtcdLocation := []string{"http://127.0.0.1"}
    	for i, test := range testCases {
    		defaultConfig := storagebackend.Config{
    			Prefix: "/registry",
    			Transport: storagebackend.TransportConfig{
    				ServerList: defaultEtcdLocation,
    			},
    		}
    		storageFactory := NewDefaultStorageFactory(defaultConfig, "", codecs, NewDefaultResourceEncodingConfig(scheme), NewResourceConfig(), nil)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 20 13:35:58 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  7. manifests/helm-profiles/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
    - 310 bytes
    - Viewed (0)
  8. operator/pkg/util/testdata/yaml/input/convention_boolean.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: istio
    spec:
      profile: default
      meshConfig:
        defaultConfig:
          proxyMetadata:
            ISTIO_DUAL_STACK: false
            PROXY_XDS_VIA_AGENT: false
      values:
        pilot:
          env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 23 16:28:53 UTC 2023
    - 292 bytes
    - Viewed (0)
  9. operator/pkg/util/testdata/yaml/output/convention_float.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: istio
    spec:
      profile: default
      meshConfig:
        defaultConfig:
          proxyMetadata:
            PROXY_UPSTREAM_WEIGHT: "0.85"
            PROXY_DOWNSTREAM_WEIGHT: "0.15"
      values:
        pilot:
          env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 11 01:35:54 UTC 2023
    - 303 bytes
    - Viewed (0)
  10. istioctl/pkg/workload/testdata/vmconfig/ipv6/meshconfig.yaml

    defaultConfig:
      proxyMetadata:
        # should be overridden by the command
        ISTIO_META_DNS_CAPTURE: "false"
        # should be overridden by the annotation on the WorkloadGroup
        PROXY_CONFIG_ANNOT_VALUE: "foo"
        # should be in the final cluster.env/mesh.yaml
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 300 bytes
    - Viewed (0)
Back to top