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

"docker-machine-driver-hyperkit": executable file not found in $PATH #5367

Closed
hpandeycodeit opened this issue Sep 16, 2019 · 3 comments
Closed
Labels
co/hyperkit Hyperkit related issues kind/support Categorizes issue or PR as a support question.

Comments

@hpandeycodeit
Copy link

The exact command to reproduce the issue:

minikube start --vm-driver=hyperkit

The full output of the command that failed:

minikube start --vm-driver=hyperkit
😄  minikube v1.3.1 on Darwin 10.14.5
⚠️  Error checking driver version: exec: "docker-machine-driver-hyperkit": executable file not found in $PATH
💿  Downloading VM boot image ...
minikube-v1.3.0.iso.sha256: 65 B / 65 B [--------------------] 100.00% ? p/s 0s
minikube-v1.3.0.iso: 131.07 MiB / 131.07 MiB [-------] 100.00% 26.05 MiB p/s 5s
🔥  Creating hyperkit VM (CPUs=2, Memory=2000MB, Disk=20000MB) ...
E0916 11:14:44.625229   35742 start.go:723] StartHost: new host: Driver "hyperkit" not found. Do you have the plugin binary "docker-machine-driver-hyperkit" accessible in your PATH?

💣  Unable to start VM
❌  Error: [HYPERKIT_NOT_FOUND] new host: Driver "hyperkit" not found. Do you have the plugin binary "docker-machine-driver-hyperkit" accessible in your PATH?
💡  Suggestion: Please install the minikube hyperkit VM driver, or select an alternative --vm-driver
📘  Documentation: https://minikube.sigs.k8s.io/docs/reference/drivers/hyperkit/

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

The output of the minikube logs command:

minikube logs

💣 api load: filestore: Docker machine "minikube" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.

😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new/choose
office-5-51:Downloads hpandey$ docker machine ls
docker: 'machine' is not a docker command.
See 'docker --help'

The operating system version:

macOS Mojave 10.14.5

hyperkit is present in the PATH

@tstromberg
Copy link
Contributor

hyperkit may be installed, but it sounds like docker-machine-driver-hyperkit isn't installed. Please install it first: https://minikube.sigs.k8s.io/docs/reference/drivers/hyperkit/

Related: #5354

@tstromberg tstromberg added co/hyperkit Hyperkit related issues kind/support Categorizes issue or PR as a support question. labels Sep 16, 2019
@hpandeycodeit
Copy link
Author

@tstromberg thanks for the reference. Somehow I missed the driver installation. We can close this one out. :)

@tstromberg
Copy link
Contributor

This also won't happen in minikube v1.4. Thanks for the followup!

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.
Projects
None yet
Development

No branches or pull requests

2 participants