Skip to content

Commit 5008dcf

Browse files
committed
update KEP 3838
1 parent 57e70a6 commit 5008dcf

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 3838
22
beta:
33
approver: "@wojtek-t"
4+
stable:
5+
approver: "@wojtek-t"

keps/sig-scheduling/3838-pod-mutable-scheduling-directives/README.md

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

147147
<!--
148148
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
@@ -395,7 +395,7 @@ This can inform certain test coverage improvements that we want to do before
395395
extending the production code to implement this enhancement.
396396
-->
397397

398-
- `k8s.io/kubernetes/pkg/apis/core/validation`: `02/03/2023` - `83%`
398+
- `k8s.io/kubernetes/pkg/apis/core/validation`: `01/31/2024` - `83.9%`
399399

400400
##### Integration tests
401401

@@ -930,6 +930,7 @@ N/A.
930930
## Implementation History
931931

932932
- 2023-02-03: Proposed KEP starting in beta status.
933+
- 2024-01-31: Graduate the feature to Stable
933934

934935
<!--
935936
Major milestones in the lifecycle of a KEP should be tracked in this section.

keps/sig-scheduling/3838-pod-mutable-scheduling-directives/kep.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ see-also:
1616
- "/keps/sig-scheduling/3521-pod-scheduling-readiness"
1717

1818
# The target maturity stage in the current dev cycle for this KEP.
19-
stage: beta
19+
stage: stable
2020

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

2626
# The milestone at which this feature was, or is targeted to be, at each stage.
2727
milestone:
2828
beta: "1.27"
29-
stable: "v1.28"
29+
stable: "v1.30"
3030

3131
feature-gates:
3232
- name: PodSchedulingReadiness
3333
components:
3434
- kube-apiserver
3535
- kube-scheduler
36-
disable-supported: true
36+
disable-supported: false
3737

3838
# The following PRR answers are required at beta release
3939
metrics:

0 commit comments

Comments
 (0)