MultusDynamicNetworks fails on containerd systems #1846
Labels
kind/bug
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
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: