-
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: set link up after moving host device to pod namespace #184
Comments
While IPAM can now be used with the This issue seems unique to the |
We probably want to have a similar code piece like sriov-cni to explicitly set the interface link up. |
generally curious about what is meant by "use that device as an interface for running real network traffic" :) |
Currently host-device plugin only moves the host-device to pod namespace.
But sometimes, when moving the host device to pod, user wants to use that device as an interface for running real network traffic, it would be good to set the device link up in the pod namespace and perhaps even further to add the ability for host-device to run ipam configuration.
one possible use case: pod running in a virtual machine wants to use one of the virtual interfaces in the VM(in this case, the virtual interfaces can be seen as host-device for the pod).
The text was updated successfully, but these errors were encountered: