Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for zone2 (0.05 sec)

  1. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    				st.MakeNode().Name("node-b").Label("zone", "zone1").Label("node", "node-b").Obj(),
    				st.MakeNode().Name("node-x").Label("zone", "zone2").Label("node", "node-x").Obj(),
    				st.MakeNode().Name("node-y").Label("zone", "zone2").Label("node", "node-y").Obj(),
    				st.MakeNode().Name("node-o").Label("zone", "zone3").Label("node", "node-o").Obj(),
    				st.MakeNode().Name("node-p").Label("zone", "zone3").Label("node", "node-p").Obj(),
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  2. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    				testutil.CreateZoneID("region1", "zone1"): stateFullDisruption,
    				testutil.CreateZoneID("region1", "zone2"): stateNormal,
    			},
    			expectedFollowingStates: map[string]ZoneState{
    				testutil.CreateZoneID("region1", "zone1"): stateFullDisruption,
    				testutil.CreateZoneID("region1", "zone2"): stateNormal,
    			},
    		},
    		"Full Disruption: all the Nodes in both the zones are down": {
    			nodeList: []*v1.Node{
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

    topology domains of a given topology type. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 1/1/0: | zone1 | zone2 | zone3 | |   P   |   P   |       | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 1/1/1; scheduling it onto zone1(zone2) would make the ActualSkew(2-0) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. It's a required field. Default value is 1 and 0 is not allowed.",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/cluster_builder_test.go

    						Locality: model.Locality{
    							ClusterID: "cluster-1",
    							Label:     "region1/zone1/subzone1",
    						},
    						LbWeight: 30,
    						Network:  "filtered-out",
    					},
    				},
    			},
    			expected: []*endpoint.LocalityLbEndpoints{
    				{
    					Locality: &core.Locality{
    						Region:  "region1",
    						Zone:    "zone1",
    						SubZone: "subzone1",
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  5. cluster/gce/util.sh

        local zones
        read -r -a zones <<< "${E2E_ZONES}"
        # tear them down in reverse order, finally tearing down the master too.
        for ((zone_num=${#zones[@]}-1; zone_num>0; zone_num--)); do
          KUBE_GCE_ZONE="${zones[zone_num]}" KUBE_USE_EXISTING_MASTER="true" "${KUBE_ROOT}/cluster/kube-down.sh"
        done
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster_test.go

    					Distribute: []*networking.LocalityLoadBalancerSetting_Distribute{
    						{
    							From: "region1/zone1/subzone1",
    							To: map[string]uint32{
    								"region1/zone1/subzone1": 80,
    								"region1/zone1/subzone2": 15,
    								"region1/zone1/subzone3": 5,
    							},
    						},
    					},
    				},
    			},
    			discoveryType:                  cluster.Cluster_EDS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_node_status_test.go

    			initialNode: &v1.Node{
    				ObjectMeta: metav1.ObjectMeta{
    					Labels: map[string]string{
    						v1.LabelHostname:                "new-hostname",
    						v1.LabelTopologyZone:            "new-zone-failure-domain",
    						v1.LabelTopologyRegion:          "new-zone-region",
    						v1.LabelFailureDomainBetaZone:   "new-zone-failure-domain",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  8. pkg/apis/batch/validation/validation_test.go

    				JobTemplate: batch.JobTemplateSpec{
    					Spec: batch.JobSpec{
    						Template: validPodTemplateSpec,
    					},
    				},
    			},
    		},
    		"spec.timeZone: Invalid value: \" Continent/Zone\": unknown time zone  Continent/Zone": {
    			ObjectMeta: metav1.ObjectMeta{
    				Name:      "mycronjob",
    				Namespace: metav1.NamespaceDefault,
    				UID:       types.UID("1a2b3c"),
    			},
    			Spec: batch.CronJobSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.4.md

    * Change eviction logic in NodeController and make it Zone-aware ([#28897](https://github.com/kubernetes/kubernetes/pull/28897), [@gmarek](https://github.com/gmarek))
        * Change eviction policies in NodeController:
          *  add a "partialDisruption" mode, when more than 33% of Nodes in the zone are not Ready
          *  add "fullDisruption" mode, when all Nodes in the zone are not Ready
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

                  }
                ],
                "description": "targetRef is a reference to a Kubernetes object that represents this endpoint."
              },
              "zone": {
                "description": "zone is the name of the Zone this endpoint exists in.",
                "type": "string"
              }
            },
            "required": [
              "addresses"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
Back to top