-
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 new VMware unified driver to supported list #2 #3534
Add new VMware unified driver to supported list #2 #3534
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: frapposelli If they are not already assigned, you can 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? |
/assign @tstromberg |
@@ -176,6 +177,22 @@ | |||
pruneopts = "NUT" | |||
revision = "3165313d6d3f973ec0b0ed3ec5a63b520e065d40" | |||
|
|||
[[projects]] | |||
digest = "1:63ede27834b468648817fb80cfb95d40abfc61341f89cb7a0d6779b6aa955425" | |||
name = "github.com/google/go-github" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any idea what is pulling in this dependency? It seems unusual to include a github client into minikube.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looked weird to me as well, and I honestly don't know where it's coming from.
Before submitting the PR I double checked and it is not coming from our github.com/machine-drivers/docker-machine-driver-vmware
import, so I assumed that the dep ensure
command pulled a dependency coming from somewhere else in the minikube codebase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can confirm that running dep ensure causes these to appear on my end. Strange!
@minikube-bot OK to test |
@frapposelli I updated Minikube to the 0.33.1 release to try out this driver and it seems like VMware Tools isn't installed? Which then makes Shared Folder support a bit unstable/unusable. I wasn't sure if there's anything I can do to get better Shared Folder support from Fusion (OSX) within Minikube? (I realize you're not full time Minikube maintainer, seeing if you have any input!) The |
Seeing this which I just noticed when running verbose logs on
|
This PR adds the new VMware unified driver to the supported list, the driver now supports Fusion and Workstation across Windows, Linux and macOS.
A deprecation note has been added for the bundled vmwarefusion driver.
Ref: #2118 #2526 machine-drivers/discussion#5 machine-drivers/docker-machine-driver-vmware#1
Fixes: machine-drivers/docker-machine-driver-vmware#1 #2118