Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 382 for cluster0 (0.15 sec)

  1. pilot/pkg/model/service.go

    	// ClusterExternalAddresses is a mapping between a cluster name and the external
    	// address(es) to access the service from outside the cluster.
    	// Used by the aggregator to aggregate the Attributes.ClusterExternalAddresses
    	// for clusters where the service resides
    	ClusterExternalAddresses *AddressMap
    
    	// ClusterExternalPorts is a mapping between a cluster name and the service port
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/network.go

    					network: *nw,
    				}
    				_ = ranger.Insert(rangerEntry)
    			}
    			if ep.GetFromRegistry() != "" && cluster.ID(ep.GetFromRegistry()) == n.clusterID {
    				fromRegistry = true
    			}
    		}
    
    		// fromRegistry field specified this cluster
    		if fromRegistry {
    			// treat endpoints in this cluster as part of this network
    			if n.networkFromMeshConfig != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 22:23:22 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_builder_test.go

    			},
    			expectedSubsetClusters: []*cluster.Cluster{{
    				Name:                 "outbound|8080|v1|foo.example.com",
    				ClusterDiscoveryType: &cluster.Cluster_Type{Type: cluster.Cluster_STRICT_DNS},
    			}},
    		},
    		{
    			name:        "subset without labels in dest rule",
    			cluster:     &cluster.Cluster{Name: "foo", ClusterDiscoveryType: &cluster.Cluster_Type{Type: cluster.Cluster_STRICT_DNS}},
    			clusterMode: DefaultClusterMode,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  4. pilot/pkg/xds/ads.go

    	// Setup the initial proxy metadata
    	proxy, err := s.initProxyMetadata(node)
    	if err != nil {
    		return err
    	}
    	// Check if proxy cluster has an alias configured, if yes use that as cluster ID for this proxy.
    	if alias, exists := s.ClusterAliases[proxy.Metadata.ClusterID]; exists {
    		proxy.Metadata.ClusterID = alias
    	}
    	// To ensure push context is monotonically increasing, setup LastPushContext before we addCon. This
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  5. tests/integration/ambient/waypoint_test.go

      labels:
        istio.io/dataplane-mode: ambient
      annotations:
        networking.istio.io/address-type: IPAddress
        networking.istio.io/service-type: ClusterIP
    spec:
      gatewayClassName: istio
      listeners:
      - name: {{.Service}}-fqdn
        hostname: {{.Service}}.{{.Namespace}}.svc.cluster.local
        port: {{.Port}}
        protocol: HTTP
        allowedRoutes:
          namespaces:
            from: Same
      - name: {{.Service}}-svc
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  6. tests/integration/ambient/main_test.go

      ztunnel:
        terminationGracePeriodSeconds: 5
        env:
          SECRET_TTL: 5m
    `
    		}, cert.CreateCASecretAlt)).
    		Setup(func(t resource.Context) error {
    			gatewayConformanceInputs.Client = t.Clusters().Default()
    			gatewayConformanceInputs.Cleanup = !t.Settings().NoCleanup
    
    			return nil
    		}).
    		Setup(func(t resource.Context) error {
    			return SetupApps(t, i, apps)
    		}).
    		Setup(testRegistrySetup).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

          %cluster = "tf_device.cluster"() ( {
            %identity = "tf.Identity"(%const) : (tensor<i32>) -> tensor<i32>
            tf_device.return %identity : tensor<i32>
          }) : () -> (tensor<i32>)
          return %cluster : tensor<i32>
        }
        ```
    
        will be transformed into:
    
        ```mlir
        func @cluster() -> tensor<i32> {
          %cluster = "tf_device.cluster"() ( {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/decompose_resource_ops.mlir

    // RUN: tf-opt %s -tf-device-decompose-resource-ops-in-cluster | FileCheck -check-prefixes=CHECK,CLUSTER-ONLY %s
    
    // Tests different behavior of two passes if the op is outside cluster
    // tf-device-decompose-resource-ops would always decompose the resource op.
    // tf-device-decompose-resource-ops-in-cluster would not decompose ops outside
    // cluster or functions transitively called from within clusters.
    
    // CHECK-LABEL: func @decomposition_outside_cluster
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  9. tests/integration/helm/install_test.go

    	return func(t framework.TestContext) {
    		workDir, err := t.CreateTmpDirectory("helm-install-test")
    		if err != nil {
    			t.Fatal("failed to create test directory")
    		}
    		cs := t.Clusters().Default().(*kubecluster.Cluster)
    		h := helm.New(cs.Filename())
    		s := t.Settings()
    
    		// Some templates contain a tag definition, in which we just replace %s it with the tag value,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  10. pilot/pkg/bootstrap/istio_ca.go

    	// for all tokens - no need to configure twice. The token may also include cluster info to auto-configure
    	// networking properties.
    	if iss != "" && // issuer set explicitly or extracted from our own JWT
    		k8sInCluster.Get() == "" { // not running in cluster - in cluster use direct call to apiserver
    		// Add a custom authenticator using standard JWT validation, if not running in K8S
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 20.6K bytes
    - Viewed (0)
Back to top