Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for meshNetworks (0.22 sec)

  1. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    cpu targetAverageUtiliza: 80 --- apiVersion: v1 kind: ConfigMap metadata: name: istio-1-6-11 namespace: istio-system labels: istio.io/rev: 1-6-11 release: istio data: # Configuration file for the mesh networks to be used by the Split Horizon EDS. meshNetworks: |- networks: {} mesh: |- accessLogEncoding: TEXT accessLogFile: "" accessLogFormat: "" defaultConfig: concurrency: 2 configPath: ./etc/istio/proxy connectTimeout: 10s controlPlaneAuthPoli: NONE discoveryAddress: istiod-1-6-11.istio-system.svc:15012...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/upgrade/1.7.6-install.yaml.tar

    inline_string: "envoy.wasm.stats" --- apiVersion: v1 kind: ConfigMap metadata: name: istio-1-7-6 namespace: istio-system labels: istio.io/rev: 1-7-6 release: istio data: # Configuration file for the mesh networks to be used by the Split Horizon EDS. meshNetworks: |- networks: {} mesh: |- defaultConfig: discoveryAddress: istiod-1-7-6.istio-system.svc:15012 proxyMetadata: DNS_AGENT: "" tracing: zipkin: address: zipkin.istio-system:9411 disableMixerHttpRepo: true enablePrometheusMerg: true rootNamespace:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 60K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/upgrade/1.8.6-install.yaml.tar

    istio-1-8-6 namespace: istio-system labels: istio.io/rev: 1-8-6 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" release: istio data: # Configuration file for the mesh networks to be used by the Split Horizon EDS. meshNetworks: |- networks: {} mesh: |- defaultConfig: discoveryAddress: istiod-1-8-6.istio-system.svc:15012 proxyMetadata: DNS_AGENT: "" tracing: zipkin: address: zipkin.istio-system:9411 enablePrometheusMerg: true rootNamespace: istio-system trustDomain: cluster.local...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 70K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/upgrade/1.9.5-install.yaml.tar

    istio-1-9-5 namespace: istio-system labels: istio.io/rev: 1-9-5 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" release: istio data: # Configuration file for the mesh networks to be used by the Split Horizon EDS. meshNetworks: |- networks: {} mesh: |- defaultConfig: discoveryAddress: istiod-1-9-5.istio-system.svc:15012 proxyMetadata: {} tracing: zipkin: address: zipkin.istio-system:9411 enablePrometheusMerg: true rootNamespace: istio-system trustDomain: cluster.local...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/upgrade/1.10.0-install.yaml.tar

    istio-1-10-0 namespace: istio-system labels: istio.io/rev: 1-10-0 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" release: istio data: # Configuration file for the mesh networks to be used by the Split Horizon EDS. meshNetworks: |- networks: {} mesh: |- defaultConfig: discoveryAddress: istiod-1-10-0.istio-system.svc:15012 proxyMetadata: {} tracing: zipkin: address: zipkin.istio-system:9411 enablePrometheusMerg: true rootNamespace: istio-system trustDomain: cluster.local...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // LoadBalancer gateway service type is currently supported, for a NodePort type gateway service,
      // it still need to be configured manually).
      //
      // meshNetworks:
      //   network1:
      //     endpoints:
      //     - fromCidr: "192.168.0.1/24"
      //     gateways:
      //     - address: 1.1.1.1
      //       port: 80
      //   network2:
      //     endpoints:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    		}
    		return nil
    	}, retry.Timeout(time.Second), retry.Delay(time.Millisecond*10))
    }
    
    func TestServices(t *testing.T) {
    	networksWatcher := mesh.NewFixedNetworksWatcher(&meshconfig.MeshNetworks{
    		Networks: map[string]*meshconfig.Network{
    			"network1": {
    				Endpoints: []*meshconfig.Network_NetworkEndpoints{
    					{
    						Ne: &meshconfig.Network_NetworkEndpoints_FromCidr{
    							FromCidr: "10.10.1.1/24",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  8. pilot/pkg/model/push_context.go

    	GatewayAPIController GatewayController
    
    	// cache gateways addresses for each network
    	// this is mainly used for kubernetes multi-cluster scenario
    	networkMgr *NetworkManager
    
    	Networks *meshconfig.MeshNetworks
    
    	InitDone        atomic.Bool
    	initializeMutex sync.Mutex
    	ambientIndex    AmbientIndexes
    }
    
    type consolidatedDestRules struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/output/sidecar_template.golden.yaml

            },
            "jwtPolicy": "third-party-jwt",
            "logAsJson": false,
            "logging": {
              "level": "default:info"
            },
            "meshID": "",
            "meshNetworks": {},
            "mountMtlsCerts": false,
            "multiCluster": {
              "clusterName": "",
              "enabled": false
            },
            "namespace": "istio-system",
            "network": "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 86.9K bytes
    - Viewed (0)
Back to top