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

Windows w/ VMWare Workstation not supported. #806

Closed
rbtcollins opened this issue Nov 7, 2016 · 12 comments
Closed

Windows w/ VMWare Workstation not supported. #806

rbtcollins opened this issue Nov 7, 2016 · 12 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@rbtcollins
Copy link

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.2

minikube-windows-amd64.exe start
Starting local Kubernetes cluster...
Downloading Minikube ISO
 36.00 MB / 36.00 MB [==============================================] 100.00% 0s
E1107 14:18:12.297306   50392 start.go:92] Error starting host: Error creating host: Error with pre-create check: "VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path". Retrying.
E1107 14:18:12.304346   50392 start.go:98] Error starting host:  Error creating host: Error with pre-create check: "VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path"
================================================================================
An error has occurred. Would you like to opt in to sending anonymized crash
information to minikube to help prevent future errors?
To opt out of these messages, run the command:
        minikube config set WantReportErrorPrompt false
================================================================================
Please enter your response [Y/n]:
@r2d4 r2d4 added the kind/feature Categorizes issue or PR as related to a new feature. label Nov 7, 2016
@r2d4
Copy link
Contributor

r2d4 commented Nov 7, 2016

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.

@cab105
Copy link

cab105 commented Nov 9, 2016

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.

@rbtcollins
Copy link
Author

@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.

@cab105
Copy link

cab105 commented Nov 12, 2016

@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.

@StefanScherer
Copy link

@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.

@cab105
Copy link

cab105 commented Feb 24, 2017

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

@nerro
Copy link

nerro commented Sep 20, 2017

any progress with this issue?

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

Prevent issues from auto-closing with an /lifecycle frozen comment.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or @fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 6, 2018
@cab105
Copy link

cab105 commented Jan 7, 2018

@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.

@rbtcollins
Copy link
Author

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 9, 2018
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 9, 2018
@cab105
Copy link

cab105 commented Apr 28, 2018

/close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

7 participants