k8snetworkplumbingwg / multus-cni

A CNI meta-plugin for multi-homed pods in Kubernetes
Apache License 2.0
2.42k stars 584 forks source link

After node restart multus fails to create interface #1361

Open EdwardCooke opened 3 days ago

EdwardCooke commented 3 days ago

What happend: After node reboot multus doesn't call the ovs CNI to create the interface in a VM created by kubevirt

What you expected to happen: Interface to be created

How to reproduce it (as minimally and precisely as possible): Reboot the node

Anything else we need to know?: I installed multus using the cluster network addons. After restarting the multus pods everything started working again. The network addons config file:

apiVersion: networkaddonsoperator.network.kubevirt.io/v1
kind: NetworkAddonsConfig
metadata:
  name: cluster
spec:
  imagePullPolicy: IfNotPresent
  multus: {}
  ovs: {}

Environment: kubeadm 1.31, ubuntu 24.04, cilium is the primary CNI