Skip to content

Commit da4b705

Browse files
authored
Merge pull request kubernetes#1285 from alculquicondor/default-even-pod-spreading
Mark Default Even Pods Spreading as Implementable
2 parents 6885aec + a61bec9 commit da4b705

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

keps/sig-scheduling/20190926-default-even-pod-spreading.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ approvers:
1010
- "@ahg-g"
1111
- "@k82cn"
1212
creation-date: 2019-09-26
13-
last-updated: 2010-09-26
14-
status: provisional
13+
last-updated: 2010-10-07
14+
status: implementable
1515
see-also:
1616
- "/keps/sig-aaa/20190221-even-pods-spreading.md"
1717
---
@@ -48,9 +48,9 @@ see-also:
4848

4949
## Release Signoff Checklist
5050

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
5454
- [ ] Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
5555
- [ ] Graduation criteria is in place
5656
- [ ] "Implementation History" section is up-to-date for milestone
@@ -281,6 +281,10 @@ Alpha (v1.17):
281281
- [ ] Predicate implementation.
282282
- [ ] Test cases mentioned in the [Test Plan](#test-plan).
283283

284+
Default `topologySpreadConstaints` will graduate from Alpha along with
285+
[Even Pods Spreading](/keps/sig-scheduling/20190221-even-pods-spreading.md).
286+
They will share the same feature gate.
287+
284288
## Implementation History
285289

286290
- 2019-09-26: Initial KEP sent out for review.

0 commit comments

Comments
 (0)