fizzers123
fizzers123
I am trying to get your PR working together with @SuniAve. We were able to get the VMs running, by enableing the **featureGate**: Root**. However they still have two problems...
Hi @kvaps Thanks for answering the questions. Can you provide your kubevirt-operator.yaml and kubevirt-cr.yaml that you use in production ? Regards
I would be interested in this feature as well. Does Kube-OVN provide the functionality to add a veth (or any other interface) to a Subnet ? Thanks to https://github.com/kubevirt/macvtap-cni/pull/98 we...
I managed to get this to working by adding a veth1 to the VMs via macvtap. ```bash ip link add veth0 type veth peer name veth1 ip link set veth0...