-
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
Windows w/ VMWare Workstation not supported. #806
Comments
Hey thanks for opening this up. We would like to keep our number of supported drivers small so that we can ensure a great experience on all of them, but I think if theres enough interest in supporting this driver we could definitely add it to our list. |
I have added some support for vmware workstation within kmachine (mainly for Linux support), and am working on porting this to minikube. Only kicker is that it will also require augmenting the docker-machine vmwarefusion driver minikube depends on. |
@r2d4 I certainly understanding wanting to provide a great experience. Unfortunately hypervisors are at a pretty awkward spot - having two hypervisors share VT-x on a single machine is not widely supported, at least AFAICT - and nesting different hypervisors equally. So at least from my perspective, I'd rather see a working-but-not-great support for the hypervisor I happen to already be using in my development (with pointers on where to go to help improve it), than having to uninstall and reinstall hypervisors multiple times a day to meet all my use cases :P. @cab105 cool - I haven't dug into those projects; if the learning curve isn't too steep feel free to point me at PRs to help with. |
@rbtcollins I have created an issue with Docker Machine (docker/machine#3868) to track this on their side. Once it goes in, then things should mostly trickle in once the dependency in minikube gets updated. |
@rbtcollins I don't know if that fits here, but for Windows VMware Workstation there is a docker-machine driver plugin at https://github.com/pecigonzalo/docker-machine-vmwareworkstation/ as well as a chocolatey package to install it. |
My initial PR to the docker-machine community was rejected due to not wanting to touch or modify the current collection of drivers. As a result I have created a new repo hosting my slight modifications as: https://github.com/cab105/machine-vmware |
any progress with this issue? |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
@nerro The driver repo should work for minikube as well as docker-machine given they both use the same plugin interface for provisioning a system. Granted I haven't touched the repo in a while so I'm not sure how much love it needs to be brought back to snuff. |
/remove-lifecycle stale |
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. |
/close |
This is a feature request. It would be really nice to support VMWare workstation as well as virtualbox.
Minikube version (use
minikube version
): 0.12.2The text was updated successfully, but these errors were encountered: