You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We expect no non-infra related flakes in the last month as a GA graduation criteria.
259
+
-->
260
+
261
+
N/A
262
+
210
263
### Graduation Criteria
211
264
212
265
#### Alpha (v1.24):
@@ -320,16 +373,16 @@ are missing a bunch of machinery and tooling and can't do that now.
320
373
Yes. The behavior is changed as expected.
321
374
322
375
Test scenario:
323
-
1. start kube-apiserver that `MinDomains` feature is enabled.
376
+
1. start kube-apiserver where `MinDomains` feature is enabled.
324
377
2. create three nodes and pods spread across nodes as 2/2/1
325
378
3. create new Pod that has a TopologySpreadConstraints: maxSkew is 1, topologyKey is `kubernetes.io/hostname`, and minDomains is 4 (larger than the number of domains (= 3)).
326
379
4. the Pod created in (3) isn't scheduled because of `MinDomain`.
327
380
5. delete the Pod created in (3).
328
-
6. recraete kube-apiserver that `MinDomains` feature is disabled.
381
+
6. recreate kube-apiserver where `MinDomains` feature is disabled.
329
382
7. create the same Pod as (3).
330
383
8. the Pod created in (7) is scheduled because `MinDomain` is disabled.
331
384
9. delete the Pod created in (7).
332
-
10. recreate kube-apiserver that `MinDomains` feature is enabled.
385
+
10. recreate kube-apiserver where `MinDomains` feature is enabled.
333
386
11. create the same Pod as (3).
334
387
12. the Pod created in (11) isn't scheduled because of `MinDomain`.
0 commit comments