k8snetworkplumbingwg / ovs-cni

Open vSwitch CNI plugin
Apache License 2.0
218 stars 70 forks source link

OVS-cni installation in OpenShift #277

Closed ydguala closed 11 months ago

ydguala commented 12 months ago

What happened: Using de Cluster Network Addons Operator (CNAO) to install ovs-cni is not working

What you expected to happen: ovs-cni installed

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

https://github.com/kubevirt/cluster-network-addons-operator#open-vswitch

Anything else we need to know?: In OpenShift 4.13 with OpenShift Virtualization, the ovs-cni installation is managed by the hyperconverged cluster operator (HCO) in an annotation in the HyperConverged objects:

https://github.com/kubevirt/hyperconverged-cluster-operator/blob/main/docs/cluster-configuration.md#ovs-opt-in-annotation

apiVersion: hco.kubevirt.io/v1beta1
kind: HyperConverged
metadata:
  annotations:
    deployOVS: "true"
...

Environment:

ydguala commented 11 months ago

Discussed in https://github.com/kubevirt/cluster-network-addons-operator/issues/1600.

Closing this one