|
1 |
| -# KEP-3695: Extend the PodResources API to include resources allocated by DRA |
| 1 | + KEP-3695: Extend the PodResources API to include resources allocated by DRA |
2 | 2 |
|
3 | 3 | <!-- toc -->
|
4 | 4 | - [Release Signoff Checklist](#release-signoff-checklist)
|
|
36 | 36 | Items marked with (R) are required *prior to targeting to a milestone / release*.
|
37 | 37 |
|
38 | 38 | - [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
|
39 |
| -- [ ] (R) KEP approvers have approved the KEP status as `implementable` |
40 |
| -- [ ] (R) Design details are appropriately documented |
| 39 | +- [x] (R) KEP approvers have approved the KEP status as `implementable` |
| 40 | +- [x] (R) Design details are appropriately documented |
41 | 41 | - [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
|
42 | 42 | - [ ] e2e Tests for all Beta API Operations (endpoints)
|
43 | 43 | - [ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
|
44 | 44 | - [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
|
45 |
| -- [ ] (R) Graduation criteria is in place |
| 45 | +- [x] (R) Graduation criteria is in place |
46 | 46 | - [ ] (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)
|
47 |
| -- [ ] (R) Production readiness review completed |
| 47 | +- [x] (R) Production readiness review completed |
48 | 48 | - [ ] (R) Production readiness review approved
|
49 |
| -- [ ] "Implementation History" section is up-to-date for milestone |
| 49 | +- [x] "Implementation History" section is up-to-date for milestone |
50 | 50 | - [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
|
51 | 51 | - [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
|
52 | 52 |
|
@@ -274,8 +274,8 @@ These cases will be added in the existing e2e tests:
|
274 | 274 |
|
275 | 275 | #### Beta
|
276 | 276 |
|
277 |
| -- [] Gather feedback from consumers of the DRA feature. |
278 |
| - - Integration with the NVIDIA DCGM exporter. |
| 277 | +- [x] Gather feedback from consumers of the DRA feature. |
| 278 | + - Integration with the NVIDIA DCGM exporter (https://github.com/NVIDIA/dcgm-exporter/pull/501) to gather per pod Dynamic Resources managed by [k8s-dra-driver-gpu](https://github.com/NVIDIA/k8s-dra-driver-gpu). |
279 | 279 | - [x] No major bugs reported in the previous cycle.
|
280 | 280 |
|
281 | 281 | #### GA
|
@@ -334,7 +334,7 @@ The API becomes available again. The API is stateless, so no recovery is needed,
|
334 | 334 |
|
335 | 335 | ###### Are there any tests for feature enablement/disablement?
|
336 | 336 |
|
337 |
| -e2e test will demonstrate that when the feature gate is disabled, the API returns the appropriate error code. |
| 337 | +e2e test will demonstrate that when the feature gate is disabled, the API returns the appropriate error code. (https://github.com/kubernetes/kubernetes/pull/116846) |
338 | 338 |
|
339 | 339 | ### Rollout, Upgrade and Rollback Planning
|
340 | 340 |
|
|
439 | 439 |
|
440 | 440 | - 2024-09-10: KEP Updated to reflect the current state of the implementation.
|
441 | 441 |
|
442 |
| -- Kubernetes 1.27: Alpha version of the KEP. |
443 |
| - |
444 |
| -- Kubernetes 1.34: Beta version of the KEP. |
| 442 | +- 2025-05-27: Beta version of the KEP. |
445 | 443 |
|
446 | 444 | ## Drawbacks
|
447 | 445 |
|
|
0 commit comments