Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 253 for cluster_1 (0.18 sec)

  1. docs/federation/lookup/README.md

    points to the public IP address where each cluster might be accessible, this is unique for each cluster.
    
    NOTE: `mybucket` only exists on one cluster either `cluster1` or `cluster2` this is random and
    is decided by how `domain.com` gets resolved, if there is a round-robin DNS on `domain.com` then
    it is randomized which cluster might provision the bucket.
    
    ### 3. Test your setup
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/passes/verify_clustering_pass_test.mlir

       // expected-error@below {{op has outside compilation attribute _xla_outside_compilation which is not allowed after clustering}}
      %0 = "tf.Identity"(%arg0) {_xla_outside_compilation = "cluster1"}: (tensor<4x?x!tf_type.stringref>) -> tensor<4x2x!tf_type.string>
      func.return %0 : tensor<4x2x!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 30 22:07:53 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/multicluster/inconsistent-service-2.yaml

    # Same service as cluster1, should not report warning.
    apiVersion: v1
    kind: Service
    metadata:
      name: my-service
      namespace: my-namespace
    spec:
      selector:
        app: my-service
      ports:
      - name: tcp-foo
        protocol: TCP
        port: 8080
        targetPort: 8080
    ---
    # Service with extra port in cluster2, should generate warning.
    apiVersion: v1
    kind: Service
    metadata:
      name: extra-port
      namespace: my-namespace
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. istioctl/pkg/workload/testdata/vmconfig/ipv4/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
    - 655 bytes
    - Viewed (0)
  5. istioctl/pkg/workload/testdata/vmconfig/ipv6/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
    - 657 bytes
    - Viewed (0)
  6. cluster/gce/manifests/cluster-autoscaler.manifest

    {
        "kind": "Pod",
        "apiVersion": "v1",
        "metadata": {
            "name": "cluster-autoscaler",
            "namespace": "kube-system",
            "labels": {
                "tier": "cluster-management",
                "component": "cluster-autoscaler"
            }
        },
        "spec": {
            "securityContext": {
                {{runAsUser}}
                {{runAsGroup}}
                {{supplementalGroups}}
                "seccompProfile": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 25 00:04:35 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  7. cluster/validate-cluster.sh

    # Validates that the cluster is healthy.
    # Error codes are:
    # 0 - success
    # 1 - fatal (cluster is unlikely to work)
    # 2 - non-fatal (encountered some errors, but cluster should be working correctly)
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    
    if [ -f "${KUBE_ROOT}/cluster/env.sh" ]; then
      source "${KUBE_ROOT}/cluster/env.sh"
    fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 01 06:35:39 UTC 2019
    - 7.3K bytes
    - Viewed (0)
  8. releasenotes/notes/network-label.yaml

    issue:
    - 25500
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 01 20:02:28 UTC 2020
    - 360 bytes
    - Viewed (0)
  9. pkg/kube/inject/webhook_test.go

    		{
    			name: "one-kv",
    			in:   "/inject/cluster/cluster1",
    			want: map[string]string{"ISTIO_META_CLUSTER_ID": "cluster1"},
    		},
    		{
    			name: "two-kv",
    			in:   "/inject/cluster/cluster1/net/network1/",
    			want: map[string]string{"ISTIO_META_CLUSTER_ID": "cluster1", "ISTIO_META_NETWORK": "network1"},
    		},
    		{
    			name: "kv-with-slashes",
    			in:   "/inject/cluster/cluster--slash--1/net/network--slash--1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 39K bytes
    - Viewed (1)
  10. tensorflow/compiler/mlir/tensorflow/transforms/cluster_outlining.cc

    }
    
    // Outlines body of `tf_device.cluster` into a function and create a
    // `tf_device.cluster_func` to invoke that function. `tf_device.cluster` is
    // removed afterwards.`
    void OutlineCluster(tf_device::ClusterOp cluster_op, SymbolTable* symbol_table,
                        OpBuilder* builder) {
      llvm::SetVector<Value> live_ins;
      getUsedValuesDefinedAbove(cluster_op.getBody(), cluster_op.getBody(),
                                live_ins);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top