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
Copy file name to clipboardExpand all lines: keps/sig-scheduling/20190926-default-even-pod-spreading.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ approvers:
10
10
- "@ahg-g"
11
11
- "@k82cn"
12
12
creation-date: 2019-09-26
13
-
last-updated: 2010-09-26
14
-
status: provisional
13
+
last-updated: 2010-10-07
14
+
status: implementable
15
15
see-also:
16
16
- "/keps/sig-aaa/20190221-even-pods-spreading.md"
17
17
---
@@ -48,9 +48,9 @@ see-also:
48
48
49
49
## Release Signoff Checklist
50
50
51
-
-[] kubernetes/enhancements issue in release milestone, which links to KEP (this should be a link to the KEP location in kubernetes/enhancements, not the initial KEP PR)
52
-
-[] KEP approvers have set the KEP status to `implementable`
53
-
-[] Design details are appropriately documented
51
+
-[x] kubernetes/enhancements issue in release milestone, which links to KEP (this should be a link to the KEP location in kubernetes/enhancements, not the initial KEP PR)
52
+
-[x] KEP approvers have set the KEP status to `implementable`
53
+
-[x] Design details are appropriately documented
54
54
-[ ] Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
55
55
-[ ] Graduation criteria is in place
56
56
-[ ] "Implementation History" section is up-to-date for milestone
@@ -281,6 +281,10 @@ Alpha (v1.17):
281
281
- [ ] Predicate implementation.
282
282
- [ ] Test cases mentioned in the [Test Plan](#test-plan).
283
283
284
+
Default `topologySpreadConstaints` will graduate from Alpha along with
0 commit comments