You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having deployed kube-ovn with multus on the cluster with configured multiple external subnets, we are running sometimes into the issue after node restarts Multus with kube-ovn does not start properly, probably due to the race condition mentioned in this issue.
Current workaround is to delete multus shim on node, restart multus pod and ovn-ovs pod.
Steps To Reproduce
Deploy kube-ovn with multus on the cluster
Create multiple external networks with network-attachment definitions
Restart the node
Observe the inability to start in ovn-ovs pod
Current Behavior
Node restart in a cluster with kube-ovn and multus sometimes results in CNI failure.
Expected Behavior
Node restart should be handled differently in kube-ovn/multus stack.
The text was updated successfully, but these errors were encountered:
@cnvergence, could you provide detailed error logs? The issue you mentioned in Multus should not cause Kube-OVN to fail to start. If Kube-OVN failed to start due to a node restart, we need to investigate if something went wrong on the Kube-OVN side.
@oilbeater it does not happen all the time, just sometimes, I will try to collect the logs
I wonder if anyone of the community had observed the same issue, maybe there is a way to mitigate it from kube-ovn side?
Kube-OVN Version
latest
Kubernetes Version
v1.29.1
Operation-system/Kernel Version
Ubuntu 22.04
Description
Having deployed kube-ovn with multus on the cluster with configured multiple external subnets, we are running sometimes into the issue after node restarts Multus with kube-ovn does not start properly, probably due to the race condition mentioned in this issue.
Current workaround is to delete multus shim on node, restart multus pod and ovn-ovs pod.
Steps To Reproduce
Current Behavior
Node restart in a cluster with kube-ovn and multus sometimes results in CNI failure.
Expected Behavior
Node restart should be handled differently in kube-ovn/multus stack.
The text was updated successfully, but these errors were encountered: