Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,680 for cluster1 (0.11 sec)

  1. pkg/xds/server_test.go

    					model.EndpointType: {
    						NonceSent:     "nonce",
    						ResourceNames: []string{"cluster2", "cluster1"},
    					},
    				},
    			},
    			request: &discovery.DiscoveryRequest{
    				TypeUrl:       model.EndpointType,
    				VersionInfo:   "v1",
    				ResponseNonce: "nonce",
    				ResourceNames: []string{"cluster1", "cluster2"},
    			},
    			response: false,
    		},
    		{
    			name: "unsubscribe EDS",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/pilot/testdata/multiXdsStatusMultiPilot.txt

    NAME       CLUSTER      CDS          LDS         EDS         RDS          ECDS         ISTIOD      VERSION
    proxy1     cluster1     STALE        SYNCED      SYNCED      NOT SENT     SYNCED       istiod1     1.20
    proxy2     cluster2     STALE        SYNCED      STALE       SYNCED       STALE        istiod2     1.19
    proxy3     cluster3     NOT SENT     ERROR       STALE       NOT SENT     NOT SENT     istiod3     1.20
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 03:42:52 UTC 2024
    - 522 bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/extract_head_tail_outside_compilation.mlir

        //
        // CHECK:      "tf_device.cluster"
        // CHECK-NEXT:   tf_device.return
        %cluster = "tf_device.cluster"() ({
          %a = "tf.A"(%arg0) {_xla_outside_compilation = "cluster1"} : (tensor<i32>) -> tensor<i32>
          %b = "tf.B"(%a) {_xla_outside_compilation = "cluster1"} : (tensor<i32>) -> tensor<i32>
          %c = "tf.C"(%b, %arg0) {_xla_outside_compilation = "cluster1"} : (tensor<i32>, tensor<i32>) -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 29.1K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/envoyfilter/cluster_patch_test.go

    		{Name: "inbound|7443||", DnsLookupFamily: cluster.Cluster_V4_ONLY, LbPolicy: cluster.Cluster_ROUND_ROBIN},
    	}
    	sidecarInboundServiceOut := []*cluster.Cluster{
    		{
    			Name: "inbound|7443||", ClusterDiscoveryType: &cluster.Cluster_Type{Type: cluster.Cluster_EDS},
    			DnsLookupFamily: cluster.Cluster_V6_ONLY, LbPolicy: cluster.Cluster_RING_HASH,
    		},
    	}
    
    	gatewayInput := []*cluster.Cluster{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_coarsening/executor_tpuv1_island_coarsening.mlir

    // CHECK-NEXT: = "tf.Const"{{.*}}"cluster1"
    // CHECK-NEXT: = "tf.Const"{{.*}}"cluster1"
    // CHECK-NEXT: = "tf.AddV2"{{.*}}"cluster1"
    // CHECK-NEXT: = "tf.AddV2"{{.*}}"cluster1"
    // CHECK: %[[ISLAND2:.*]], {{.*}} = tf_executor.island
    // CHECK-NEXT: = "tf.Const"{{.*}}"cluster2"
    // CHECK-NEXT: = "tf.Const"{{.*}}"cluster2"
    // CHECK-NEXT: = "tf.AddV2"{{.*}}"cluster2"
    // CHECK-NEXT: = "tf.AddV2"{{.*}}"cluster2"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 02 03:15:59 UTC 2022
    - 36.2K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/aggregate/controller_test.go

    		{"cluster-1", cluster2, true},
    		// always search external
    		{"cluster-1", external, false},
    		{"cluster-2", external, false},
    		{"", external, false},
    		// always search for empty node cluster id
    		{"", cluster1, false},
    		{"", cluster2, false},
    		{"", external, false},
    	}
    
    	for i, c := range cases {
    		got := skipSearchingRegistryForProxy(c.nodeClusterID, c.registry)
    		if got != c.want {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 06:28:11 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/tpu_host_computation_expansion.mlir

    func.func @identity_at_head_expanded(%arg0: tensor<?xi32>) {
      // CHECK: "tf_device.cluster"
      // CHECK-NEXT: "tf.Identity"
      // CHECK-SAME: _xla_outside_compilation = ""
      "tf_device.cluster"() ({
        %1 = "tf.Identity"(%arg0) : (tensor<?xi32>) -> (tensor<?xi32>)
        "tf.B"(%1) {_xla_outside_compilation = "cluster1"} : (tensor<?xi32>) -> ()
        "tf.C"() : () -> ()
        tf_device.return
      }) : () -> ()
      func.return
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

         // CHECK-NEXT: "tf.A"
         // CHECK-NEXT: "tf.E"
         // CHECK: device_assignment =  [], num_cores_per_replica = 1 : i64, topology =  ""
        "tf_device.cluster"() ({
          "tf.A"() : () -> ()
          "tf.B"() {_xla_outside_compilation = "cluster1"} : () -> ()
          "tf.C"() {_xla_outside_compilation = "cluster1"} : () -> ()
          "tf.D"() {_xla_outside_compilation = "cluster1"} : () -> ()
          "tf.E"() : () -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
  9. samples/kind-lb/README.md

    running multiple k8s clusters it is important to proivde different values for each cluster
    to avoid overlapping addresses.
    
    For example, to create two clusters, run the script two times with the following
    parameters:
    
    ```bash
      ./setupkind.sh --cluster-name cluster1 --ip-space 255 -i dual
      ./setupkind.sh --cluster-name cluster2 --ip-space 245 -i dual
    ```
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 02 19:08:19 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  10. cni/pkg/nodeagent/testdata/localhost.yaml

    # This shows an example local config for ztunnel that adds a workload for localhost.
    # This allows local testing by sending requests through the local ztunnel to other servers running on localhost.
    workloads:
    - uid: cluster1//v1/Pod/default/local
      name: local
      namespace: default
      serviceAccount: default
      workloadIps: ["127.0.0.1"]
      protocol: HBONE
      node: local
      network: ""
      services:
        "default/example.com":
          80: 8080
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 26 20:34:28 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top