ovn-kubernetes
ovn-kubernetes copied to clipboard
leverage support for both master and node mode in single ovnkube process on k8s master nodes
A single instance of ovnkube process already supports both master and node mode. The commentary in PR #1313 got me to think whether we should leverage this on the k8s master nodes.
This would let us
- not to run two instances of ovnkube on the master nodes
- we can force the ovnkube-node daemonset to not to run on masters using nodeAntiAffinity or some such
@ovn-org/ovn-kubernetes-committers thoughts?