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