Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,338 for cluster0 (0.15 sec)

  1. releasenotes/notes/jwks-cluster.yaml

    dwq <******@****.***> 1702032306 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 08 10:45:06 UTC 2023
    - 296 bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/testdata/deployment/cluster-ip.yaml

            - name: ISTIO_META_OWNER
              value: kubernetes://apis/apps/v1/namespaces/default/deployments/default
            - name: ISTIO_META_MESH_ID
              value: cluster.local
            - name: TRUST_DOMAIN
              value: cluster.local
            image: test/proxyv2:test
            name: istio-proxy
            ports:
            - containerPort: 15021
              name: status-port
              protocol: TCP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/cluster_formation.cc

    // in given cluster. Then all ops in cluster are replaced by `tf_device.launch`.
    void BuildLaunchForCluster(const TF::Cluster& c, OpBuilder* builder) {
      // Set insertion point to right after all operations in cluster.
      builder->setInsertionPoint(c.ops.back()->getNextNode());
    
      // Create a stand-alone region to hold all instructions in the cluster.
      Region region;
      region.push_back(new Block);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 05 13:30:21 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. cni/pkg/install/testdata/kubeconfig-newhost

    apiVersion: v1
    clusters:
    - cluster:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 11 01:19:03 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/aggregate/controller.go

    	}
    	return out
    }
    
    func nodeClusterID(node *model.Proxy) cluster.ID {
    	if node.Metadata == nil || node.Metadata.ClusterID == "" {
    		return ""
    	}
    	return node.Metadata.ClusterID
    }
    
    // Skip the service registry when there won't be a match
    // because the proxy is in a different cluster.
    func skipSearchingRegistryForProxy(nodeClusterID cluster.ID, r serviceregistry.Instance) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 06:28:11 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  10. pkg/test/framework/components/echo/echotest/filters_test.go

    					"a.echo1.svc.cluster.local": {
    						"b.echo1.svc.cluster.local_external.echo1.svc.cluster.local_naked.echo1.svc.cluster.local":  2,
    						"external.echo1.svc.cluster.local_naked.echo1.svc.cluster.local_vm.echo1.svc.cluster.local": 2,
    					},
    					"a.echo2.svc.cluster.local": {
    						"b.echo1.svc.cluster.local_external.echo1.svc.cluster.local_naked.echo1.svc.cluster.local":  2,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top