kubernetes/enhancements#6123 is introducing a new field assigned.cpuset to the downward API. This allows containers to discover their exclusive CPU assignments by reading a file projected into the pod. To achieve parity, the DRA driver should expose this information using CDI. This is likely possible through containerEdits.mounts but opening this issue to explore more. We can target this change for a release version with 1.37 or later.
xref from discussion in kubernetes/enhancements#6123 (comment)
kubernetes/enhancements#6123 is introducing a new field
assigned.cpusetto the downward API. This allows containers to discover their exclusive CPU assignments by reading a file projected into the pod. To achieve parity, the DRA driver should expose this information using CDI. This is likely possible throughcontainerEdits.mountsbut opening this issue to explore more. We can target this change for a release version with 1.37 or later.xref from discussion in kubernetes/enhancements#6123 (comment)