|
33 | 33 |
|
34 | 34 | Items marked with (R) are required *prior to targeting to a milestone / release*.
|
35 | 35 |
|
36 |
| -- [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
37 |
| -- [ ] (R) KEP approvers have approved the KEP status as `implementable` |
38 |
| -- [ ] (R) Design details are appropriately documented |
| 36 | +- [X] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
| 37 | +- [X] (R) KEP approvers have approved the KEP status as `implementable` |
| 38 | +- [X] (R) Design details are appropriately documented |
39 | 39 | - [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
|
40 |
| - - [ ] e2e Tests for all Beta API Operations (endpoints) |
| 40 | + - [X] e2e Tests for all Beta API Operations (endpoints) |
41 | 41 | - [ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
|
42 | 42 | - [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
|
43 |
| -- [ ] (R) Graduation criteria is in place |
| 43 | +- [X] (R) Graduation criteria is in place |
44 | 44 | - [ ] (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)
|
45 |
| -- [ ] (R) Production readiness review completed |
46 |
| -- [ ] (R) Production readiness review approved |
47 |
| -- [ ] "Implementation History" section is up-to-date for milestone |
48 |
| -- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] |
| 45 | +- [x] (R) Production readiness review completed |
| 46 | +- [x] (R) Production readiness review approved |
| 47 | +- [X] "Implementation History" section is up-to-date for milestone |
| 48 | +- [X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] |
49 | 49 | - [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
|
50 | 50 |
|
51 | 51 | [kubernetes.io]: https://kubernetes.io/
|
@@ -148,14 +148,14 @@ However, these cases will be added in the existing integration tests:
|
148 | 148 |
|
149 | 149 | ##### e2e tests
|
150 | 150 |
|
151 |
| -These cases will be added in the existing `e2e_node` tests: |
152 |
| - - Device Plugin works with CDI devices |
| 151 | +This test case has been added to the existing `e2e_node` tests: |
| 152 | + - DevicePlugin can make a CDI device accessible in a container |
153 | 153 |
|
154 |
| -Links to tests: |
155 |
| -- TBD: Will fill-in by code freeze |
| 154 | +Links to test grid: |
| 155 | +- https://testgrid.k8s.io/sig-node-containerd#e2e-cos-device-plugin-gpu |
156 | 156 |
|
157 | 157 | Links to k8s-triage for tests:
|
158 |
| -- TBD: Will fill-in by code freeze |
| 158 | +- https://storage.googleapis.com/k8s-triage/index.html?test=DevicePlugin |
159 | 159 |
|
160 | 160 | ### Graduation Criteria
|
161 | 161 |
|
|
346 | 346 |
|
347 | 347 | - 2023-05-15: KEP created
|
348 | 348 | - 2023-09-25: KEP updated to mark transition to beta
|
| 349 | +- 2024-01-24: KEP updated to mark transition to stable |
349 | 350 |
|
350 | 351 | ## Drawbacks
|
351 | 352 |
|
|
0 commit comments