-
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
obsolete hyperkit driver: Error in driver during machine creation: vmnet: error from vmnet.framework: -1 #4454
Comments
Unfortunately upgrading to the most recent driver also does not solve this issue. I have discovered this issue is somehow linked to having a USB networking adapter attached to the PC. If I disconnect my USB network adapter, delete it from System Settings, then start Minikube, the above changes to the following:
|
Thanks for the report! We're introducing a check in minikube to detect obsolete hyperkit drivers. I'll leave this issue open until then. @yinzara - your issue appears unrelated. Please open a new issue if possible. |
hyperkit version checking landed in v1.3.1. |
This issue is ~duplicate, but since those other issues are closed, I'm opening a new one that has consistent repro instructions.
minikube version: v1.1.1
hyperkit: v0.20180403-17-g3e954c
osx high sierra
then after 10s running again it starts, but won't start (hangs):
and now
ps grep aux | grep makkara-1
does not showhyperkit
running.However, upgrading
docker-machine-driver-hyperkit
:as suggested in #2994 (comment) fixes this.
The text was updated successfully, but these errors were encountered: