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
KEP-3895: Promote interactive delete to stable (#4396)
* Promote interactive delete to stable
* Add PRR approver for stable stage
* Mark all required fields as they are done
* Mark kep status as implemented
Copy file name to clipboardExpand all lines: keps/sig-cli/3895-kubectl-delete-interactivity/README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,14 +136,14 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
136
136
-[x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
137
137
-[x] (R) KEP approvers have approved the KEP status as `implementable`
138
138
-[x] (R) Design details are appropriately documented
139
-
-[] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
139
+
-[x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
140
140
-[ ] e2e Tests for all Beta API Operations (endpoints)
141
-
-[] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
142
-
-[] (R) Minimum Two Week Window for GA e2e tests to prove flake free
143
-
-[] (R) Graduation criteria is in place
144
-
-[] (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)
145
-
-[] (R) Production readiness review completed
146
-
-[] (R) Production readiness review approved
141
+
-[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)
142
+
-[x] (R) Minimum Two Week Window for GA e2e tests to prove flake free
143
+
-[x] (R) Graduation criteria is in place
144
+
-[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)
145
+
-[x] (R) Production readiness review completed
146
+
-[x] (R) Production readiness review approved
147
147
-[x] "Implementation History" section is up-to-date for milestone
148
148
-[ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
149
149
-[x] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
@@ -867,6 +867,7 @@ N/A
867
867
## Implementation History
868
868
The KEP was proposed on 2023-03-01
869
869
The KEP was promoted to beta on 2023-10-02
870
+
The KEP was promoted to stable on 2024-01-09
870
871
<!--
871
872
Major milestones in the lifecycle of a KEP should be tracked in this section.
0 commit comments