Hello release team,
I would like to request an exception to the 1.37 code freeze deadline for KEP-5945.
Enhancement name: DRA Optional Node Operations
Enhancement status: alpha
SIG: Node
k/enhancements repo issue #:
https://github.com/kubernetes/enhancements/issues/5945PR #’s:
-
https://github.com/kubernetes/kubernetes/pull/139933-
https://github.com/kubernetes/website/pull/56258Additional time needed: 5 days (through July 27)
Reason this enhancement is critical for this milestone:
This KEP allows DRA drivers to opt out of node-level preparation, eliminating unnecessary driver setup calls and potential node RPC failure points.
Risks from adding code late:
Low risk. The implementation is approved and is awaiting final API approval. Furthermore, the implementation is fully isolated behind the `DRAOptionalNodeOperations` feature gate.
Risks from cutting enhancement:
Drivers expecting to leverage optional node operations will be forced to wait another release cycle to begin alpha testing, delaying critical feedback on node plugin execution overhead and DRA scaling improvements.
Thanks,
Troy Chiu