nmstate / kubernetes-nmstate

Declarative node network configuration driven through Kubernetes API.
GNU General Public License v2.0
176 stars 87 forks source link

ovs-bridge plugin unavailable #1182

Closed sudharsanomprakash closed 1 year ago

sudharsanomprakash commented 1 year ago

What happened: Trying to add ovs bridge and getting below error "NmstateError: DependencyError: Manager(MissingPlugin):NetworkManager plugin for 'ovs-bridge' unavailable"

What you expected to happen:

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

Anything else we need to know?:

Environment:

qinqon commented 1 year ago

@sudharsanomprakash, you need to install NetworkManager-ovs at nodes.

sudharsanomprakash commented 1 year ago

@qinqon correct, but I think Ubuntu 20.x doesn't have that package anymore?

qinqon commented 1 year ago

@sudharsanomprakash is not possile to use NetworkManager + ovs at ubuntu right now using their packages.

You would need to compile the NetworkManager-ovs yourself