Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for clusterIPs (0.2 sec)

  1. pkg/apis/core/validation/validation_test.go

    			oldSvc.Spec.ClusterIP = "1.2.3.4"
    			oldSvc.Spec.ClusterIPs = []string{"1.2.3.4"}
    
    			newSvc.Spec.ClusterIP = "8.6.7.5"
    			newSvc.Spec.ClusterIPs = []string{"8.6.7.5"}
    		},
    		numErrs: 1,
    	}, {
    		name: "remove cluster IP",
    		tweakSvc: func(oldSvc, newSvc *core.Service) {
    			oldSvc.Spec.ClusterIP = "1.2.3.4"
    			oldSvc.Spec.ClusterIPs = []string{"1.2.3.4"}
    
    			newSvc.Spec.ClusterIP = ""
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Fixed node data lost in kube-scheduler for clusters with imbalance on number of nodes across zones ([#93355](https://github.com/kubernetes/kubernetes/pull/93355), [@maelk](https://github.com/maelk))
    - Fixed several bugs involving the IPFamily field when creating or updating services
      in clusters with the IPv6DualStack feature gate enabled.
      
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "properties": {
              "potentialNodes": {
                "description": "PotentialNodes lists nodes where the Pod might be able to run.\n\nThe size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.",
                "items": {
                  "default": "",
                  "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    node and associated metadata.}]>:$key,
        Res<TF_BoolTensor, [{If the `must_compile` attr is false the _XlaCompile op
    can decide not to compile the clusters based on some profitability
    heuristics.  In that case `compilation_successful` is false if _XlaCompile
    chose not to compile the cluster.  If the `must_compile` attr is true then
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. RELEASE.md

    *   TensorForest Estimator now supports SavedModel export for serving.
    
    *   Support client-provided ClusterSpec's and propagate them to all workers to
        enable the creation of dynamic TensorFlow clusters.
    
    *   TensorFlow C library now available for Windows.
    
    *   We released a new open-source version of TensorBoard.
    
    *   [`SavedModel CLI`](https://www.tensorflow.org/versions/master/guide/saved_model_cli)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top