-
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
Add support for parallels on macOS #2756
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bassam Assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Can one of the admins verify this patch? |
@minikube-bot retest this please |
@r2d4 @dlorenc Do we want to continue adding drivers to Minikube, or have
them being proposed at machine-drivers org instead?
https://github.com/machine-drivers
|
Yes, we should add any other drivers to the docker-machine-drivers organization rather than adding them here. We'll also need a way to run integration tests on any new drivers before we can formally document support for them. |
I'll close this PR here, @bassam let us know if you need assistance in getting the driver moved to the proper organization. |
@dlorenc I'm not sure I follow. https://github.com/Parallels/docker-machine-parallels is a docker-machine driver, why does not need to be part of machine-drivers org? how would you suggest that I add integration tests for this? Does minikube test on macos? |
You proposed the driver to the minikube oganization. Minikube and Minishift do not add drivers to their repositories. This is why we close it here.
Please open a ticket in machine-drivers/discussion so we can set up the repo for you. These drivers are supposed to be generally used and tested against either one of the consumers; minikube and/or minishift
https://github.com/machine-drivers/discussion/
|
I'm still missing something here. How is what I proposed different from vmware fusion (https://github.com/kubernetes/minikube/blob/master/pkg/minikube/drivers/vmwarefusion/driver.go)? |
VMware driver also did not get included in the repo and has been included
in the machine-drivers repo instead :
https://github.com/machine-drivers/docker-machine-driver-vmware
the current driver in the repo is old and will likely be deprecated soon
…On Mon, Apr 30, 2018 at 1:22 PM, Bassam Tabbara ***@***.***> wrote:
I'm still missing something here. How is what I've proposed different from
vmware fusion (https://github.com/kubernetes/minikube/blob/
master/pkg/minikube/drivers/vmwarefusion/driver.go)?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2756 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAHZjVI691laHz0qx6AiVVzUuvKb4Zpks5ttp-EgaJpZM4TeRqC>
.
--
Gerard Braad | http://gbraad.nl
[ Doing Open Source Matters ]
|
Looks like someone added the parallels driver to |
you would have to follow the same procedures as performed by the updated VMware driver. Ypou can track this in the PRs. But without any CI, it is unlikely support will be added directly in: #2606 (comment) @anfernee might be able to inform you more about this, as he worked on the VMware side... |
This is a continuation of the work started in #953. Parallels is a leading virtualization solution on macOS and its only natural that minikube supports along side virtualbox and VMware fusion.