Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 2,006 for cluster0 (0.12 sec)

  1. tests/integration/telemetry/tracing/zipkin/server_tracing_test.go

    			appNsInst := tracing.GetAppNamespace()
    			for _, cluster := range t.Clusters().ByNetwork()[t.Clusters().Default().NetworkName()] {
    				t.NewSubTest(cluster.StableName()).Run(func(t framework.TestContext) {
    					retry.UntilSuccessOrFail(t, func() error {
    						err := tracing.SendTraffic(t, nil, cluster)
    						if err != nil {
    							return fmt.Errorf("cannot send traffic from cluster %s: %v", cluster.Name(), err)
    						}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  2. cluster/gce/addons/README.md

    # GCE Cluster addons
    
    These cluster add-ons are specific to GCE and GKE clusters. The GCE-specific addon directory is
    merged with the general cluster addon directory at release, so addon paths (relative to the addon
    directory) must be unique across the 2 directory structures.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 23:08:03 UTC 2017
    - 357 bytes
    - Viewed (0)
  3. 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)
  4. istioctl/pkg/workload/testdata/vmconfig-nil-proxy-metadata/cluster.env.golden

    Xiaopeng Han <******@****.***> 1686841337 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 546 bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. pkg/kubelet/certificate/bootstrap/bootstrap_test.go

    	testDataValid := []byte(`
    apiVersion: v1
    kind: Config
    clusters:
    - cluster:
        certificate-authority: ca-a.crt
        server: https://cluster-a.com
      name: cluster-a
    - cluster:
        server: https://cluster-b.com
      name: cluster-b
    contexts:
    - context:
        cluster: cluster-a
        namespace: ns-a
        user: user-a
      name: context-a
    - context:
        cluster: cluster-b
        namespace: ns-b
        user: user-b
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 09 14:24:11 UTC 2023
    - 13K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. tests/util/kubeconfig

    apiVersion: v1
    clusters:
    - cluster:
        server: http://localhost:8080
      name: istio
    contexts:
    - context:
        cluster: istio
        user: ""
      name: istio
    current-context: istio
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 28 03:06:26 UTC 2020
    - 186 bytes
    - Viewed (0)
Back to top