ovn-kubernetes icon indicating copy to clipboard operation
ovn-kubernetes copied to clipboard

Fix ovnkube-node startup when UDN runs out of host subnet

Open pperiyasamy opened this issue 6 months ago • 2 comments

When L3 Primary UDN host subnet is exhausted, host subnet may not be allocated for the node(s) by cluster manager, then node is not annotated with subnet on the k8s.ovn.org/node-subnets. When ovnkube-node is restarted, then it goes into CLBO because subnet is not found for the network on the annotation, but it okay UDN to fail on the node, but ovnkube-node should come up and continue to work for other networks. So this PR relaxes subnet annotation check for the UDN network on network controller's syncAll method and makes ovnkube-controller to come up without an error.

pperiyasamy avatar May 07 '25 09:05 pperiyasamy