Skip to content

Commit 6cd60dd

Browse files
committed
Graduate NodeInclusionPolicyInPodTopologySpread to GA
Signed-off-by: kerthcet <[email protected]>
1 parent 06d6d0d commit 6cd60dd

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

keps/sig-scheduling/3094-pod-topology-spread-considering-taints/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,16 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
134134
- [x] (R) KEP approvers have approved the KEP status as `implementable`
135135
- [x] (R) Design details are appropriately documented
136136
- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
137-
- [ ] e2e Tests for all Beta API Operations (endpoints)
137+
- [x] e2e Tests for all Beta API Operations (endpoints)
138138
- [ ] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
139139
- [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
140140
- [x] (R) Graduation criteria is in place
141141
- [ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
142142
- [ ] (R) Production readiness review completed
143143
- [ ] (R) Production readiness review approved
144144
- [x] "Implementation History" section is up-to-date for milestone
145-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
146-
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
145+
- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
146+
- [x] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
147147

148148
<!--
149149
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
@@ -364,11 +364,11 @@ This can inform certain test coverage improvements that we want to do before
364364
extending the production code to implement this enhancement.
365365
-->
366366

367-
- `pkg/api/pod`: `2022-06-17` - `66.7%`
368-
- `pkg/apis/core/validation`: `2022-06-17` - `82.1%`
369-
- `pkg/scheduler`: `2022-06-17` - `75%`
370-
- `pkg/scheduler/framework/plugins/defaultpreemption`: `2022-06-17` - `85.2%`
371-
- `pkg/scheduler/framework/plugins/podtopologyspread`: `2022-06-17` - `86%`
367+
- `pkg/api/pod`: `2024-10-10` - `74.3%`
368+
- `pkg/apis/core/validation`: `2024-10-10` - `84.3%`
369+
- `pkg/scheduler`: `2024-10-10` - `79.9%`
370+
- `pkg/scheduler/framework/plugins/defaultpreemption`: `2024-10-10` - `85.4%`
371+
- `pkg/scheduler/framework/plugins/podtopologyspread`: `2024-10-10` - `87.2%`
372372

373373
##### Integration tests
374374

@@ -792,8 +792,7 @@ Describe the metrics themselves and the reasons why they weren't added (e.g., co
792792
implementation difficulties, etc.).
793793
-->
794794

795-
Yes, we have a plan to improve observability via metrics [here](https://github.com/kubernetes/kubernetes/issues/110643),
796-
but still on the way.
795+
No.
797796

798797
### Dependencies
799798

@@ -954,6 +953,7 @@ Major milestones might include:
954953
- 2021.01.12: KEP proposed for review, including motivation, proposal, risks,
955954
test plan and graduation criteria.
956955
- 2022.09.22: Graduate to Beta in v1.26.
956+
- 2024.10.10: Graduate to GA in v1.32.
957957

958958
## Drawbacks
959959

keps/sig-scheduling/3094-pod-topology-spread-considering-taints/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ see-also:
1717
- "/keps/sig-scheduling/1258-default-pod-topology-spread"
1818

1919
# The target maturity stage in the current dev cycle for this KEP.
20-
stage: beta
20+
stage: stable
2121

2222
# The most recent milestone for which work toward delivery of this KEP has been
2323
# done. This can be the current (upcoming) milestone, if it is being actively
2424
# worked on.
25-
latest-milestone: "v1.25"
25+
latest-milestone: "v1.32"
2626

2727
# The milestone at which this feature was, or is targeted to be, at each stage.
2828
milestone:
2929
alpha: "v1.25"
3030
beta: "v1.26"
31-
stable: ""
31+
stable: "1.32"
3232

3333
# The following PRR answers are required at alpha release
3434
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)