-
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
Hyper-V modules need to be invoked with correct case #2639
Comments
It is hard to track which version you actually have merged, but it seems it is somewhere after 0.14.0 ? AFAIR this is only used in Docker for Windows/Mac edge releases. /cc: @dlorenc |
The bugfix in docker-machine is currently only in the master branch and has not been released in a version yet... I'm currently getting the error "Hyper-V PowerShell Module is not available" when I'm trying to start Minikube (for the first time) on my Windows computer with Hyper-V enabled. I compiled docker-machine from the master branch, but still can't start up Minikube. ^^ (The issue described on the docker-machine project works fine now). |
I solved the issue locally and recompiled minikube. Seems to work fine now. I can confirm that the problem described in #2634 is solved with that. I was able to start Minikube successfully on my Windows computer with Hyper-V enabled. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
minikube/vendor/github.com/docker/machine/drivers/hyperv/hyperv.go
Line 131 in a000c35
this needed to be fixed with:
else issues occured on the pre-create check
Full change can be seen in docker/machine#4426
The text was updated successfully, but these errors were encountered: