Skip to content
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

High Sierra: Error in driver during machine creation: hyperkit crashed! #6079

Closed
swastik123 opened this issue Dec 12, 2019 · 6 comments
Closed
Labels
co/hyperkit Hyperkit related issues kind/support Categorizes issue or PR as a support question. triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@swastik123
Copy link

The exact command to reproduce the issue:

The full output of the command that failed:


when i am trying to start minikube with minikube start --vm-driver=hyperkit command ,i am getting below error.

minikube v1.6.1 on Darwin 10.13.6
✨ Selecting 'hyperkit' driver from existing profile (alternates: [])
🔥 Creating hyperkit VM (CPUs=2, Memory=2000MB, Disk=20000MB) ...
🔄 Retriable failure: create: Error creating machine: Error in driver during machine creation: hyperkit crashed! command line:
hyperkit loglevel=3 console=ttyS0 console=tty0 noembed nomodeset norestore waitusb=10 systemd.legacy_systemd_cgroup_controller=yes random.trust_cpu=on hw_rng_model=virtio base host=minikube
🔥 Deleting "minikube" in hyperkit ...

Please guide

The output of the minikube logs command:

The operating system version:

@tstromberg tstromberg changed the title issue with minikube start Error in driver during machine creation: hyperkit crashed! Dec 16, 2019
@tstromberg tstromberg added the co/hyperkit Hyperkit related issues label Dec 16, 2019
@tstromberg
Copy link
Contributor

Probably related: #5780

Do you mind sharing the output of hyperkit -version and ls -la /usr/local/bin/hyperkit?

My bet is that upgrading to the latest of whatever installed hyperkit (Docker or homebrew) will fix this.

@tstromberg tstromberg added the kind/support Categorizes issue or PR as a support question. label Dec 16, 2019
@tstromberg tstromberg changed the title Error in driver during machine creation: hyperkit crashed! High Sierra: Error in driver during machine creation: hyperkit crashed! Dec 16, 2019
@tstromberg tstromberg added the triage/needs-information Indicates an issue needs more information in order to work on it. label Dec 16, 2019
@swastik123
Copy link
Author

swastik123 commented Dec 16, 2019 via email

@tstromberg
Copy link
Contributor

Great news. Thank you for the update!

@kosmoit
Copy link

kosmoit commented Dec 24, 2019

seems like although latest version is installed, minikube is still using an old one?

brew upgrade hyperkit
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
ammonite-repl cppcheck ghq peco tectonic
binaryen cppunit gmic python@2 vice
cmake embulk hugo serverless

Warning: hyperkit 0.20190802 already installed
c02wc0l2htdg:~ williamgreene$ minikube start --wait=false
😄 minikube v1.6.2 on Darwin 10.14.6
✨ Selecting 'hyperkit' driver from existing profile (alternates: [virtualbox vmwarefusion])

⚠️ 'hyperkit' driver reported an issue: the installed hyperkit version (0.20180403) is older than the minimum recommended version (0.20190201)
💡 Suggestion: Run 'brew upgrade hyperkit'
📘 Documentation: https://minikube.sigs.k8s.io/docs/reference/drivers/hyperkit/

💡 Tip: Use 'minikube start -p ' to create a new cluster, or 'minikube delete' to delete this one.
🔄 Starting existing hyperkit VM for "minikube" ...

💣 Unable to start VM. Please investigate and run 'minikube delete' if possible
❌ Error: [HYPERKIT_CRASHED] start: hyperkit crashed! command line:
hyperkit loglevel=3 console=ttyS0 console=tty0 noembed nomodeset norestore waitusb=10 systemd.legacy_systemd_cgroup_controller=yes random.trust_cpu=on hw_rng_model=virtio base host=minikube
💡 Suggestion: Hyperkit is broken. Upgrade to the latest hyperkit version and/or Docker for Desktop. Alternatively, you may choose an alternate --vm-driver
⁉️ Related issues:
#6079
#5780

😿 If the above advice does not help, please let us know:
👉 https://github.com/kubernetes/minikube/issues/new/choose

@adirks-ata
Copy link

seems like although latest version is installed, minikube is still using an old one?

brew upgrade hyperkit
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
ammonite-repl cppcheck ghq peco tectonic
binaryen cppunit gmic python@2 vice
cmake embulk hugo serverless

Warning: hyperkit 0.20190802 already installed
c02wc0l2htdg:~ williamgreene$ minikube start --wait=false
😄 minikube v1.6.2 on Darwin 10.14.6
✨ Selecting 'hyperkit' driver from existing profile (alternates: [virtualbox vmwarefusion])

⚠️ 'hyperkit' driver reported an issue: the installed hyperkit version (0.20180403) is older than the minimum recommended version (0.20190201)
💡 Suggestion: Run 'brew upgrade hyperkit'
📘 Documentation: https://minikube.sigs.k8s.io/docs/reference/drivers/hyperkit/

💡 Tip: Use 'minikube start -p ' to create a new cluster, or 'minikube delete' to delete this one.
🔄 Starting existing hyperkit VM for "minikube" ...

💣 Unable to start VM. Please investigate and run 'minikube delete' if possible
❌ Error: [HYPERKIT_CRASHED] start: hyperkit crashed! command line:
hyperkit loglevel=3 console=ttyS0 console=tty0 noembed nomodeset norestore waitusb=10 systemd.legacy_systemd_cgroup_controller=yes random.trust_cpu=on hw_rng_model=virtio base host=minikube
💡 Suggestion: Hyperkit is broken. Upgrade to the latest hyperkit version and/or Docker for Desktop. Alternatively, you may choose an alternate --vm-driver
⁉️ Related issues:
#6079
#5780

😿 If the above advice does not help, please let us know:
👉 https://github.com/kubernetes/minikube/issues/new/choose

I had the same issues on Mac OS, though resolved it by simply updating Docker (since I had skipped multiple updates in the past).

@davidmpatterson
Copy link

This is still an issue. OS: Mac Sonoma. Uninstalled/reinstalled hyperkit: crash. Restart system: crash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/hyperkit Hyperkit related issues kind/support Categorizes issue or PR as a support question. triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

5 participants