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

Add support for parallels on macOS #2756

Closed
wants to merge 2 commits into from

Conversation

bassam
Copy link
Contributor

@bassam bassam commented Apr 21, 2018

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.

@k8s-ci-robot
Copy link
Contributor

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.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Apr 21, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: bassam
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: dlorenc

Assign the PR to them by writing /assign @dlorenc in a comment when ready.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Apr 21, 2018
@minikube-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@bassam
Copy link
Contributor Author

bassam commented Apr 21, 2018

@minikube-bot retest this please

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Apr 21, 2018
@gbraad
Copy link
Contributor

gbraad commented Apr 21, 2018 via email

@bassam
Copy link
Contributor Author

bassam commented Apr 26, 2018

@r2d4 @dlorenc anything else needed for this PR?

@dlorenc
Copy link
Contributor

dlorenc commented Apr 30, 2018

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

@dlorenc
Copy link
Contributor

dlorenc commented Apr 30, 2018

I'll close this PR here, @bassam let us know if you need assistance in getting the driver moved to the proper organization.

@dlorenc dlorenc closed this Apr 30, 2018
@bassam
Copy link
Contributor Author

bassam commented Apr 30, 2018

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

@gbraad
Copy link
Contributor

gbraad commented Apr 30, 2018 via email

@bassam
Copy link
Contributor Author

bassam commented Apr 30, 2018

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)?

@gbraad
Copy link
Contributor

gbraad commented Apr 30, 2018 via email

@bassam
Copy link
Contributor Author

bassam commented May 1, 2018

Looks like someone added the parallels driver to machine-drivers (see https://github.com/machine-drivers/docker-machine-parallels) already. What else needs to happen in the minikube repo to enable parallels?

@gbraad
Copy link
Contributor

gbraad commented May 1, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants