[Proposal] Support adjust Linux Network Devices
Mirroring https://github.com/cncf-tags/container-device-interface/issues/267, I thought we already have one, but I can't find it, quoting @kad
With https://github.com/opencontainers/runtime-spec/pull/1271 now merged in the runtime spec, we can start exploring how we can add support for adjusting this runtime spec field
Great 👍 I think this is valuable.
I'm interested in implementing it
@tao12345666333 this is a container adjustment, so I would check on an existing ones to base the implementation on that. Also check with the maintainers like @samuelkarp and @klihub , at the end of the day, they are the ones that decide
OK, thank you let me know. 🤗
@aojea @tao12345666333 There is already an implementation which is just waiting for the necessary OCI Spec bits to get tagged, so we wouldn't need to have a commit-reference in go.mod. It's here: https://github.com/klihub/nri/tree/devel/linux-net-devices
I also thought we have a draft PR open for/from it, but looks like we don't. I'll open one for it now.
@aojea @tao12345666333 Actually we already have a draft PR open for this: #157
Sorry, I totally forget about it
@klihub this is awesome , since runc already merged support last week https://github.com/opencontainers/runc/pull/4538 , can we proceed?