-
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
GUEST_PROVISION: Failed to start host #14845
Comments
I am facing the same issue. I am running the command in a Ubuntu VM created through Vagrant + Virtualbox. The error I’m getting while doing
Validating KVM support:
Attach the log file
Operating SystemUbuntu DriverKVM2 |
I have good news! 🎉 Looked at the MAC address of the VM trying to start (this shows up right before minikube errors out, found in
There were no DHCP leases for the
However, without doing anything, after a few minutes, there was one!
It seems like it timed out and was provided an address from the range eventually. This happens a few minutes after minikube has already timed out. SO TL;DR: We need to increase the timeout of this step: Alternatively, is it possible to kickstart/continue a failed Last thing - can confirm that an IP address was eventually assigned for
|
/kind support |
Adding the following wait commands solved it!
@Eason0729 I hope this helps with your issue too :) |
I will try later |
Actually this only solved the problem momentarily. The command started failing again after rebooting my machine. Trying the @Eason0729 have you tried the suggestions in this issue: #3566 ? |
Yes, I have tried it. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What Happened?
In addition, I ran through the trouble shooting in the docs. I follow the instruction, but it didn't work.
-> % sudo virsh net-list --all Name State Autostart Persistent ------------------------------------------------ default active yes yes mk-minikube active yes yes
Attach the log file
logs.txt
Operating System
Ubuntu
Driver
KVM2
The text was updated successfully, but these errors were encountered: