Skip to content

Commit 489c055

Browse files
authored
Merge pull request #5177 from carlory/kep-2644-1
[KEP-2644] update e2e link and checklist
2 parents 758ea03 + 1cc6cfa commit 489c055

File tree

1 file changed

+6
-6
lines changed
  • keps/sig-storage/2644-honor-pv-reclaim-policy

1 file changed

+6
-6
lines changed

keps/sig-storage/2644-honor-pv-reclaim-policy/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
6060
- [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
6161
- [x] (R) KEP approvers have approved the KEP status as `implementable`
6262
- [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)
6464
- [ ] e2e Tests for all Beta API Operations (endpoints)
6565
- [ ] (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
6767
- [ ] (R) Graduation criteria is in place
6868
- [ ] (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
7171
- [x] "Implementation History" section is up-to-date for milestone
7272
- [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
7474

7575
<!--
7676
**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.
346346
347347
An e2e test to exercise deletion of PV prior to deletion of PVC for a `Bound` PV-PVC pair.
348348
349-
- [test/e2e/storage/csimock/csi_honor_pv_reclaim_policy.go](https://github.com/kubernetes/kubernetes/blob/2334b8469e1983c525c0c6382125710093a25883/test/e2e/storage/csimock/csi_honor_pv_reclaim_policy.go): [k8s-triage](https://storage.googleapis.com/k8s-triage/index.html?sig=scheduling,storage&test=honor%20pv%20reclaim%20policy), [k8s-test-grid](https://testgrid.k8s.io/sig-storage-kubernetes#kind-storage-alpha-beta-features&include-filter-by-regex=CSI%20Mock%20honor%20pv%20reclaim%20policy)
349+
- [test/e2e/storage/csimock/csi_honor_pv_reclaim_policy.go](https://github.com/kubernetes/kubernetes/blob/1b79b8952a53b83aedd7b892c615105260474c3a/test/e2e/storage/csimock/csi_honor_pv_reclaim_policy.go): [k8s-triage](https://storage.googleapis.com/k8s-triage/index.html?sig=scheduling,storage&test=honor%20pv%20reclaim%20policy), [k8s-test-grid](https://testgrid.k8s.io/sig-storage-kubernetes#kind-storage-alpha-beta-features&include-filter-by-regex=CSI%20Mock%20honor%20pv%20reclaim%20policy)
350350
351351
### Graduation Criteria
352352

0 commit comments

Comments
 (0)