Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 82 for meshNetworks (0.42 sec)

  1. 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)
  2. 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)
  3. pilot/pkg/networking/core/gateway_test.go

    	cases := []struct {
    		name           string
    		networks       *meshconfig.MeshNetworks
    		expectedconfig *hcm.HttpConnectionManager_InternalAddressConfig
    	}{
    		{
    			name:           "nil networks",
    			expectedconfig: nil,
    		},
    		{
    			name:           "empty networks",
    			networks:       &meshconfig.MeshNetworks{},
    			expectedconfig: nil,
    		},
    		{
    			name: "networks populated",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  4. 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)
  5. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

              address: zipkin.istio-system:9411
        defaultProviders:
          metrics:
          - prometheus
        enablePrometheusMerge: true
        rootNamespace: istio-control
        trustDomain: cluster.local
      meshNetworks: 'networks: {}'
    kind: ConfigMap
    metadata:
      labels:
        install.operator.istio.io/owning-resource: unknown
        istio.io/rev: default
        operator.istio.io/component: Pilot
        release: istio
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. pilot/pkg/model/service.go

    	// to node port mappings for a given service. When accessing the service via
    	// node port IPs, we need to use the kubernetes assigned node ports of the service
    	// The port that the user provides in the meshNetworks config is the service port.
    	// We translate that to the appropriate node port here.
    	ClusterExternalPorts map[cluster.ID]map[uint32]uint32
    
    	PassthroughTargetPorts map[uint32]uint32
    
    	K8sAttributes
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 46.3K 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)
  10. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	//	  gateways:
    	//	  - registryServiceName: istio-ingressgateway.istio-system.svc.cluster.local
    	//	    port: 443
    	MeshNetworks *structpb.Struct `protobuf:"bytes,19,opt,name=meshNetworks,proto3" json:"meshNetworks,omitempty"`
    	// Specifies the Configuration for Istio mesh across multiple clusters through Istio gateways.
    	MultiCluster *MultiClusterConfig `protobuf:"bytes,22,opt,name=multiCluster,proto3" json:"multiCluster,omitempty"`
    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