-
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
dnsmasq: during machine creation: Machine didn't return an IP after 120 seconds #3434
Comments
It looks like this strange bug was added by me when I tried to fix a problem with dnsmasq in #2745. |
@viteksafronov Hey! The same error with 0.25.0 driver: |
I was able to get minikube v0.33.1 and docker-machine-driver-kvm2 v0.31.0 to work correctly on CentOS 7. More recent versions of docker-machine-driver-kvm2 don't work for me. |
Link to docker-machine-driver-kvm2 v0.31.0 to share ? No track found. Thanks |
The docker-machine-driver-kvm2 is on the minikube release page for v0.31.0: Here is a direct link: |
I have the same problem with kvm2 and kvm drivers. Also i check new version 0.34.1 and version 0.25.0 it's didn't work for me ;( If i can give you some information tell me what to do. |
@aelsergeev did you solve this problem? I am facing the same. |
No, I use VB driver now, you can better to write about the problem in this issue #3566 |
@aelsergeev it is fixed with the latest version of minikube. Will fail once you minikube stop && minikube delete && rm -rf ~/.minikube && rm -rf /tmp/* |
latest version not help me |
@aelsergeev i am using debian. |
I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it. Do make sure to upgrade first to the latest kvm driver:
Thank you for opening the issue! |
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG
Please provide the following details:
Environment:
Minikube version : v0.30.0
cat ~/.minikube/machines/minikube/config.json | grep DriverName
):"DriverName": "kvm2",
cat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
):What happened:
minikube fails to start with message: 'Error starting host: Error creating host: Error creating machine: Error in driver during machine creation: Machine didn't return an IP after 120 seconds'
What you expected to happen:
minikube starts successully
How to reproduce it (as minimally and precisely as possible):
execute
minikube start --vm-driver kvm2
Output of
minikube logs
(if applicable):Anything else do we need to know:
The dnsmasq status file for minikube-net at
/var/lib/libvirt/dnsmasq/virbr2.status
is empty! Actually all three status files for the three available virtual networks (default - virbr0.status, docker-machines - virbr1.status, minikube-net - virbr2.status) are empty. I think i got the same problem with minishift with the kvm driver (not kvm2) and it has been reported minishift#3028 - but still no solution thoughI think the created VM has troubles to lease IP from dnsmasq but i dont know how to get it solved. Thanks you!
The text was updated successfully, but these errors were encountered: