Open yockgen opened 2 years ago
Hello.
You Multus DS has suspiciously high number of restarts 2610
. Could you check its logs to see what is the cause of that? I wonder if it may be connected.
Looking at you NetworkAttachmentDefinition
, I see that you refer bridge ovs-br1
while resourceName
annotation requests br1
. This suggests that resource injector is not running on your setup, nor you used explicit resource request on the Pod. This should not be causing the problem. I'm raising this just so you know that you may have issues with scheduling in case the bridge is not available on all nodes. See the second example in https://github.com/k8snetworkplumbingwg/ovs-cni#overview.
Could you please share your Node status? kubectl get node -o yaml
, specifically the part with reported resources. I wonder if OVS marker reports the bridge as available.
Also, OVS CNI expects the OVS DB socket to be available in /var/run/openvswitch/db.sock
. Is that the case on your nodes?
Using Microk8 for cluster setup, experiencing " error adding container to network "work-network": failed to find bridge ovs-br1" issue, ovs-br1 have been created on all nodes as below:
Kubernetes Distribution: Microk8s
Error Log
ovs-cni installed
OvS Bridge
Network Definition
Pod Deployment
Any help is really appreciate!