Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 524 for cluster0 (0.17 sec)

  1. pilot/pkg/networking/core/cluster_builder.go

    		// upstream cluster will use HTTP 1.1, if incoming traffic use HTTP2,
    		// the upstream cluster will use HTTP2.
    		cb.setUseDownstreamProtocol(cluster)
    	}
    }
    
    // normalizeClusters normalizes clusters to avoid duplicate clusters. This should be called
    // at the end before adding the cluster to list of clusters.
    func (cb *ClusterBuilder) normalizeClusters(clusters []*discovery.Resource) []*discovery.Resource {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  2. pkg/bootstrap/platform/gcp_test.go

    			map[string]string{
    				GCPProject: "pid", GCPProjectNumber: "npid", GCPLocation: "location", GCPCluster: "cluster", GCEInstance: "instanceName",
    				GCEInstanceID: "instance", GCEInstanceTemplate: "instanceTemplate", GCEInstanceCreatedBy: "createdBy",
    				GCPClusterURL: "https://container.googleapis.com/v1/projects/pid/locations/location/clusters/cluster",
    			},
    		},
    		{
    			"project id error",
    			func() bool { return true },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 15 00:37:33 UTC 2023
    - 17.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/cluster_ops_by_policy.cc

          cluster.constraints = std::move(member.constraints);
    
        // Add operation to the cluster.
        if (auto op = member.source.dyn_cast<Operation *>())
          cluster.operations.emplace_back(op);
      }
    
      llvm::SmallVector<Cluster> clusters;
      for (auto &kv : root_clusters) {
        Cluster &cluster = kv.getSecond();
        // Skip degenerate clusters formed by a single basic block argument.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  4. istioctl/pkg/proxyconfig/proxyconfig.go

    		Long:  `Retrieve information about cluster configuration for the Envoy instance in the specified pod.`,
    		Example: `  # Retrieve summary about cluster configuration for a given pod from Envoy.
      istioctl proxy-config clusters <pod-name[.namespace]>
    
      # Retrieve cluster summary for clusters with port 9080.
      istioctl proxy-config clusters <pod-name[.namespace]> --port 9080
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 03:28:36 UTC 2024
    - 48K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/internal/passes/tpu_cluster_formation.cc

    //   1. Find associated TPUReplicateMetadata attributes with the same
    //      `_replication_info` attribute.
    //   2. Find users not in cluster that are interleaved between cluster ops.
    //   3. Find external uses of cluster ops.
    //   4. Create `tf_device.cluster` with results consisting of the external uses
    //      of cluster ops determined at 3.
    //   5. Move cluster ops to `tf_device.cluster` body.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 39.3K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/discovery/token/token.go

    	}
    
    	// The ConfigMap should contain a single cluster
    	if len(insecureConfig.Clusters) != 1 {
    		return nil, errors.Errorf("expected the kubeconfig file in the %s ConfigMap to have a single cluster, but it had %d", bootstrapapi.ConfigMapClusterInfo, len(insecureConfig.Clusters))
    	}
    
    	// If no TLS root CA pinning was specified, we're done
    	if pubKeyPins.Empty() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  7. pilot/pkg/model/service_test.go

    		{
    			first: &Service{
    				ClusterVIPs: AddressMap{
    					Addresses: map[cluster.ID][]string{
    						"cluster-1": {"c1-vip1,c1-vip2"},
    						"cluster-2": {"c2-vip1,c2-vip2"},
    					},
    				},
    			},
    			other: &Service{
    				ClusterVIPs: AddressMap{
    					Addresses: map[cluster.ID][]string{
    						"cluster-1": {"c1-vip1,c1-vip2"},
    						"cluster-2": {"c2-vip1,c2-vip2"},
    					},
    				},
    			},
    			shouldEq: true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  8. pilot/pkg/xds/ads_test.go

    		}
    		if got[0] != clusterName {
    			t.Fatalf("expected cluster %v got %v", clusterName, got[0])
    		}
    	}
    
    	cluster1 := "outbound|80||local.default.svc.cluster.local"
    	sendEDSReqAndVerify(cluster1)
    	cluster2 := "outbound|80||hello.default.svc.cluster.local"
    	sendEDSReqAndVerify(cluster2)
    }
    
    // nolint: lll
    func TestAdsPushScoping(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 17:25:17 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  9. tests/integration/pilot/istioctl_test.go

    		Run(func(t framework.TestContext) {
    			for _, cluster := range t.Clusters().Primaries() {
    				cluster := cluster
    				t.NewSubTest(cluster.StableName()).Run(func(t framework.TestContext) {
    					istioCtl := istioctl.NewOrFail(t, t, istioctl.Config{Cluster: cluster})
    					var output string
    					args := []string{"remote-clusters"}
    					output, _ = istioCtl.InvokeOrFail(t, args)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 15K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/util/kubeconfig/kubeconfig_test.go

    					"foo": {AuthInfo: "foo", Cluster: "foo"},
    					"bar": {AuthInfo: "bar", Cluster: "bar"},
    				},
    				Clusters: map[string]*clientcmdapi.Cluster{
    					"foo": {Server: "http://foo:8080"},
    					"bar": {Server: "https://bar:16443"},
    				},
    			},
    			expectedClusterName: "foo",
    			expectedCluster: &clientcmdapi.Cluster{
    				Server: "http://foo:8080",
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 18 06:49:59 UTC 2023
    - 13.3K bytes
    - Viewed (0)
Back to top