Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 34 for clusterIPs (0.33 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

      #     (i.e. the internal IP of the GCE VM).
      #   SERVICE_CIDR: the CIDR used for kubernetes services.
      #   DNS_SERVER_IP: the cluster's DNS server IP address.
      #   DNS_DOMAIN: the cluster's DNS domain, e.g. "cluster.local".
      #
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  2. hack/local-up-cluster.sh

          fi
    
          # dns
          if [[ "${ENABLE_CLUSTER_DNS}" = true ]]; then
            if [[ "${ENABLE_NODELOCAL_DNS:-}" == "true" ]]; then
              echo "clusterDNS: [ \"${LOCAL_DNS_IP}\" ]"
            else
              echo "clusterDNS: [ \"${DNS_SERVER_IP}\" ]"
            fi
            echo "clusterDomain: \"${DNS_DOMAIN}\""
          else
            # To start a private DNS server set ENABLE_CLUSTER_DNS and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

      func.return
    }
    
    // CHECK-NOT:  name = "name"
    // CHECK-NOT:  num_replicas = 1
    
    
    // Test TPUReplicateMetadata op is removed when forming clusters.
    // CHECK-LABEL: func @metadata_op_removed
    func.func @metadata_op_removed() {
      %0 = "tf.opA"() {_xla_compile_device_type = "TPU", _replication_info = "replicate", is_stateless = true} : () -> tensor<i1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // Specifies the Configuration for Istio mesh across multiple clusters through Istio gateways.
      MultiClusterConfig multiCluster = 22;
    
      // Network defines the network this cluster belong to. This name
      // corresponds to the networks in the map of mesh networks.
      string network = 39;
    
      // Custom DNS config for the pod to resolve names of services in other
      // clusters. Use this to add additional search domains, and other settings.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    ```
    ### `-tf-device-assignment-by-func-attr`
    
    _Device assignment in TF dialect using the device specified in the function attribute._
    
    ### `-tf-device-cluster-formation`
    
    _Form clusters from instructions assigned to same device_
    
    Clusters operations with the same device assignment id. For each
    cluster, creates a "tf_device.device_launch" op with a Region containing the
    ops in each cluster and replaces the ops with the new launch op.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    	admission         admission.Interface
    
    	establishingController *establish.EstablishingController
    
    	// MasterCount is used to implement sleep to improve
    	// CRD establishing process for HA clusters.
    	masterCount int
    
    	converterFactory *conversion.CRConverterFactory
    
    	// so that we can do create on update.
    	authorizer authorizer.Authorizer
    
    	// request timeout we should delay storage teardown for
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/listener.go

    	mtlsTCPWithMxcALPNs = []string{"istio-peer-exchange", "istio"}
    )
    
    // BuildListeners produces a list of listeners and referenced clusters for all proxies
    func (configgen *ConfigGeneratorImpl) BuildListeners(node *model.Proxy,
    	push *model.PushContext,
    ) []*listener.Listener {
    	builder := NewListenerBuilder(node, push)
    
    	switch node.Type {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. pkg/apis/admissionregistration/types.go

    	ParamKind *ParamKind
    
    	// MatchConstraints specifies what resources this policy is designed to validate.
    	// The AdmissionPolicy cares about a request if it matches _all_ Constraint.
    	// However, in order to prevent clusters from being put into an unstable state that cannot be recovered from via the API
    	// ValidatingAdmissionPolicy cannot match ValidatingAdmissionPolicy and ValidatingAdmissionPolicyBinding.
    	// Required.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

    }
    
    // ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources.
    // ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters.
    //
    // For a given admission request, each binding will cause its policy to be
    // evaluated N times, where N is 1 for policies/bindings that don't use
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

    }
    
    // ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources.
    // ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters.
    //
    // For a given admission request, each binding will cause its policy to be
    // evaluated N times, where N is 1 for policies/bindings that don't use
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top