sriramy/vf-operator

Consider adding CDI support

Closed this issue · 1 comments

For supporting needVhostNet, we need to be able to add /dev/vhost-net and /dev/tun mounts to the container. CNI/network attachments doesn't care about mount points.
Perhaps we could use https://github.com/cncf-tags/container-device-interface for network attachments that require mount points

Implemented in 91fd8cf
Closing this issue now.