Or Shoval
Or Shoval
nice thanks /lgtm
It can help debugging the problems we see on CNAO for example (it was auto assigned, not manually)
since latest multus + this repo works on kind and not on kubevirtci and the socket was changed https://github.com/kubevirt/cluster-network-addons-operator/pull/1907/files#diff-c1699b853565a9da2cbc40c99bba985d4faf57da5a1141e6779de85637887077R114 i bet it is related (but just wild guess) and if...
/assign i have a quick and dirty method that allows to debug it on kubevirtci (out of 5 failures, 1 left to fix) will post soon once i polish it
CNAO has latest release now so it can be used instead the standalone + the leftover bug was found we might not need to fix this issue but it can...
Sometimes image repos mix v1 and v2 manifests (worth to open ticket for them about it, assuming this is the issue here). We are already pulling the images as part...
a solution is described here (we dont need upgrade for kubevirtci) https://github.com/kubernetes/kubeadm/issues/2603#issuecomment-1148445816 * prepull images with "kubeadm config images list/pull" - already done * use "InitConfiguration.NodeRegistration.ImagePullPolicy" and "JoinConfiguration.NodeRegistration.ImagePullPolicy" == "Never"...
Thanks Brian we do have the images pre pulled but the preflight tries to pull them again (for example to see if the hash wasnt changed, since it use tags)...
@brianmcarey can you please take a look ? https://github.com/kubevirt/kubevirtci/pull/1361 (didnt test it yet, lets see CI) Thanks