-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Latest release kvm2 driver still linking to newer libvirt #4555
Comments
Related to |
Possibly a race condition, between the |
I wonder if this is the root cause of all the "minikube stop" failing in KVM integration tests? #4495 I think it is important, I would be happy to review the PR fixing this |
I'll take a look at this. |
This issue affects all versions after v0.30.0:
We thought we fixed this in PR #3701 (v1.0.0) But due to this bug, docker build is never used... |
Until this is fixed, please use: https://github.com/kubernetes/minikube/releases/download/v0.30.0/docker-machine-driver-kvm2 |
hey, I'm still trying to understand how the release process works, and I have a question about the kvm release. The way I understood, is that the release happens in Jenkins. It calls the script https://github.com/kubernetes/minikube/blob/master/hack/jenkins/release_build_and_upload.sh, which builds everything with From this, I'm considering that the drivers are then built by the directive The Does any of this make sense? If it does, could it be then, that the bug we are discussing here is because the current release isn't using |
Sounds plausible |
Should probably add a validation step for the max libvirt version used? So we fail the build, if it happens again for some reason |
Seems like the main problem here was that I didn't use So should do that, and then some of the kvm_in_docker will go back to out/docker-machine-driver-kvm2 |
Verified that it was the The |
Seems that the driver was not built using the Docker image:
It is supposed to still be using libvirt 1.3.1, for compatibility.
FROM gcr.io/gcp-runtimes/ubuntu_16_0_4
The text was updated successfully, but these errors were encountered: