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-storage/2644-honor-pv-reclaim-policy/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,17 +60,17 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
60
60
-[x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
61
61
-[x] (R) KEP approvers have approved the KEP status as `implementable`
62
62
-[x] (R) Design details are appropriately documented
63
-
-[] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
63
+
-[x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
64
64
-[ ] e2e Tests for all Beta API Operations (endpoints)
65
65
-[ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
66
-
-[] (R) Minimum Two Week Window for GA e2e tests to prove flake free
66
+
-[x] (R) Minimum Two Week Window for GA e2e tests to prove flake free
67
67
-[ ] (R) Graduation criteria is in place
68
68
-[ ] (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)
69
-
-[] (R) Production readiness review completed
70
-
-[] (R) Production readiness review approved
69
+
-[x] (R) Production readiness review completed
70
+
-[x] (R) Production readiness review approved
71
71
-[x] "Implementation History" section is up-to-date for milestone
72
72
-[x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
73
-
-[] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
73
+
-[x] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
74
74
75
75
<!--
76
76
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
@@ -346,7 +346,7 @@ No integration tests are required. This feature is better tested with e2e tests.
346
346
347
347
An e2e test to exercise deletion of PV prior to deletion of PVC for a `Bound` PV-PVC pair.
0 commit comments