Skip to content

Commit 2402b80

Browse files
committed
Update to Release Signoff Checklist
Signed-off-by: Swati Gupta <[email protected]>
1 parent 3d1512b commit 2402b80

File tree

1 file changed

+10
-12
lines changed
  • keps/sig-node/3695-pod-resources-for-dra

1 file changed

+10
-12
lines changed

keps/sig-node/3695-pod-resources-for-dra/README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
<!-- toc -->
44
- [Release Signoff Checklist](#release-signoff-checklist)
@@ -36,17 +36,17 @@
3636
Items marked with (R) are required *prior to targeting to a milestone / release*.
3737

3838
- [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
4141
- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
4242
- [ ] e2e Tests for all Beta API Operations (endpoints)
4343
- [ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
4444
- [ ] (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
4646
- [ ] (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
4848
- [ ] (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
5050
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
5151
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
5252

@@ -274,8 +274,8 @@ These cases will be added in the existing e2e tests:
274274

275275
#### Beta
276276

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).
279279
- [x] No major bugs reported in the previous cycle.
280280

281281
#### GA
@@ -334,7 +334,7 @@ The API becomes available again. The API is stateless, so no recovery is needed,
334334

335335
###### Are there any tests for feature enablement/disablement?
336336

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)
338338

339339
### Rollout, Upgrade and Rollback Planning
340340

@@ -439,9 +439,7 @@ N/A.
439439

440440
- 2024-09-10: KEP Updated to reflect the current state of the implementation.
441441

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.
445443

446444
## Drawbacks
447445

0 commit comments

Comments
 (0)