Skip to content

Commit de0a17e

Browse files
authored
Merge pull request kubernetes#4374 from kannon92/update-kep-4191
KEP-4191: alpha 1 additions
2 parents e14ee58 + f029167 commit de0a17e

File tree

1 file changed

+9
-2
lines changed
  • keps/sig-node/4191-split-image-filesystem

1 file changed

+9
-2
lines changed

keps/sig-node/4191-split-image-filesystem/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
154154
- [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
155155
- [ ] (R) Graduation criteria is in place
156156
- [ ] (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)
157-
- [ ] (R) Production readiness review completed
158-
- [ ] (R) Production readiness review approved
157+
- [] (R) Production readiness review completed
158+
- [] (R) Production readiness review approved
159159
- [x] "Implementation History" section is up-to-date for milestone
160160
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
161161
- [x] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
@@ -570,6 +570,11 @@ E2E Test Use Cases addition:
570570
- E2E tests for eviction api with separate disk
571571
- Replicate existing disk pressure eviction e2e tests with disk.
572572

573+
E2E tests for separate disk:
574+
575+
- Presubmits - Added [separate-imagefs](https://testgrid.k8s.io/sig-node-cri-o#pr-crio-cgroupv2-imagefs-e2e-diskpressure)
576+
- Presubmits - Added [conformance test for imagefs](https://testgrid.k8s.io/sig-node-cri-o#pr-crio-cgrpv2-imagefs-e2e)
577+
573578
### Graduation Criteria
574579

575580
#### Alpha [Release the CRI API and Kubelet Changes]
@@ -927,6 +932,8 @@ For each of them, fill in the following information by copying the below templat
927932
## Implementation History
928933

929934
- Initial Draft (September 12th 2023)
935+
- KEP Merged (October 5th 2023)
936+
- Alpha 1 PRs merged (October 31st 2023)
930937

931938
## Drawbacks
932939

0 commit comments

Comments
 (0)