Or Shoval

Results 321 comments of Or Shoval

Thanks in addition to that PR, we can add `--preflight-timeout=15m` maybe or add retry to init/join to solve IO as you suggest wdyt ?

Seems you are right, if the images are on the node, it just compare tags iiuc this code https://github.com/kubernetes/kubeadm/blob/27de893196901c78a6b4228d4de8ec7080091eb0/kinder/pkg/cluster/manager/actions/images.go#L51 edit - unless this function is just log, and not affect...

wondering if `--ignore-preflight-errors=ImagePull` will also eliminate the need to initialize the CRI (unless CRI required for more things during preflight) btw one approach can be ignore all errors during pre...

https://github.com/kubevirt/kubevirtci/pull/1363 retry should improve this as long as the IO stress is temporary and the 2nd retry solves it cab be closed for now i think Brian said he works...

Hi @bgaussen Thanks for the feature and design. Can you please check the approach we did about the requested shared volume ? https://github.com/kubevirt/kubevirt/pull/14623 The PR refactors the current shared mount,...

Hi Benoit https://github.com/kubevirt/kubevirt/pull/14768 was merged just need to get the sidecar's mount path + new env var `CONTAINER_NAME` as you said to determine the path on compute container, and to...

Btw if we will have a way to know what is the expected hash versus the one that exists in the cache of CI, if any, then we don't need...

``` 12:17:34: ./cluster-up/up.sh: line 34: pop_var_context: head of shell_variables not a function context ``` also can be fixed but not relevant to this ticket, it happens on every cluster-up failures...

According @brianmcarey the gocli image is local to the test pod now so this issue can be closed Thanks

we can close this then right ? if you have by heart the PR that fixed it, curious please, i can also try to look anyhow, thanks