Or Shoval
Or Shoval
https://github.com/kubevirt/cluster-network-addons-operator/actions/runs/10404305217/job/28812491768?pr=1865 looks like cloud hiccup ``` + export KUBEVIRT_VERSION= + KUBEVIRT_VERSION= + ./cluster/kubectl.sh apply -f https://github.com/kubevirt/kubevirt/releases/download//kubevirt-operator.yaml error: unable to read URL "https://github.com/kubevirt/kubevirt/releases/download//kubevirt-operator.yaml", server reported 404 Not Found, status code=404 ```
lots of errors here https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/kubevirt_cluster-network-addons-operator/1865/pull-e2e-cnao-multus-dynamic-networks-functests/1824070655604166656 https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/kubevirt_cluster-network-addons-operator/1865/pull-e2e-cluster-network-addons-operator-macvtap-cni-functests/1824070655419617280 adapted this issue to point on this https://github.com/kubevirt/cluster-network-addons-operator/issues/1858 well manifests were changed so might need some code tweaks
/cc @brianmcarey
https://github.com/kubevirt/ipam-extensions/pull/57 some code here might help (especially if you use go style)
Btw two more things that we can open issues for if desired: 1. Once a cluster fails it will try to do some operations and we will see this error...
addressed comments, ptal
TODO - need first to add `DynamicPodInterfaceNaming` to the FG in this PR (added, need still to add UT) we might need HCO to consume latest kubevirt first (of course...
changes https://github.com/kubevirt/hyperconverged-cluster-operator/pull/3139#issuecomment-2440037275
addded FG UT