-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pull-kubevirt-e2e-k8s-1.32-sig-compute: Failure to start a k8s cluster #1351
Comments
Sometimes image repos mix v1 and v2 manifests (worth to open ticket for them about it, assuming this is the issue here).
|
a solution is described here (we dont need upgrade for kubevirtci)
We just need the 2nd bullet imho |
/assign |
@oshoval this issue looks like the crio socket is not ready in time.
It can happen when the cluster is loaded and there is high IO on the CI cluster nodes. I don't think it is related to pulling any images as we have the images prepulled on the nodes but I may be wrong. I have been looking into ways of improving the storage performance in the CI cluster which should help with this. |
Thanks Brian unless it is about the internal image management and then as you said it is due to IO etc |
@brianmcarey |
Yes sure I will take a look but the linked failure in this issue failed because the cri-o socket was not available yet so I am not sure if this is related to this issue. |
Thanks in addition to that PR, we can add |
A pre-flight timeout would be useful. |
Seems you are right, if the images are on the node, it just compare tags iiuc this code about preflight timeout, didnt find such flag, either i miss it, or we can add some retry |
wondering if |
#1363 |
What happened:
The
pull-kubevirt-e2e-k8s-1.32-sig-compute
lane had failed due to a failure to start the K8s cluster:https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/13715/pull-kubevirt-e2e-k8s-1.32-sig-compute/1879686726453039104
What you expected to happen:
The K8s cluster should spin up successfully.
How to reproduce it (as minimally and precisely as possible):
Steps to reproduce the behavior.
Additional context:
Seems like an issue reaching CRI-O.
Environment:
virtctl version
): N/Akubectl version
): N/Auname -a
): N/AThe text was updated successfully, but these errors were encountered: