-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
host-device: Support IPAM for DPDK device #578
Comments
I like this idea. We use SRIOV CNI on baremetal to provide DPDK apps with an IP address via downward API however we depend on host-device plugin for now in a VM environment. If we got a general community acceptance on needing this feature, we could work on it. |
What do you foresee IPAM looking like? DPDK devices are special, since we can't actually configure the IP address on them. Maybe it's time for a separate "dpdk" CNI plugin? |
@squeed in dpdk case, yes, cni doesn't configure ip address on the interface, but it can still assign ip address from ipam module and pass back in result (this is what we intend to fix it here), this would help meta cni's like multus to build network status annotation for device with ip address. this is later mounted into pod container via downward APIs and dpdk application use this ip address in the user space. |
Echo @pperiyasamy @squeed We really would like this gets supported in host-device to make it full feature support for sriov in virtual environment. |
Hi team, host-device plugin support DPDK device since #490 merged, would be good to also support IPAM for DPDK device just like what SRIOV cni do. k8snetworkplumbingwg/sriov-cni#142
The text was updated successfully, but these errors were encountered: