-
Notifications
You must be signed in to change notification settings - Fork 51
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
MultusDynamicNetworks fails on containerd systems #1846
Comments
/cc |
maybe this one suggests the solution #1804 ? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. /close |
@kubevirt-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What happened:
The addons operator deployed as per instruction
with:
By default deploys multus crio dynamic network controller
Rendering the controller broken when deployed on a system with containerd. There is another manifest dedicated to containerd systems this.
NetworkAddonsConfig.spec.multusDynamicNetworks
does not allow any configuration, not even choosing the correct manifest.What you expected to happen:
multusDynamicNetworks works on systems with containerd
How to reproduce it (as minimally and precisely as possible):
Deploy NetworkAddonsConfig mentioned above on a system with containerd, for example ubuntu.
Workaround:
Disable
multusDynamicNetworks
by deployingDeploy dynamic-networks-controller separately. Be mindful of namespaces. Cluster network addons operator deploys to
cluster-network-addons
namespace.Environment:
virtctl version
): 1.3.0kubectl version
): v1.28.6uname -a
): N/AThe text was updated successfully, but these errors were encountered: