-
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
Mo hit hyperkit mount fix #2337
Conversation
I merged in recent changes here, and updated godeps. Not sure the easiest way to go forward here. |
@dlorenc thanks for doing this.. what seems to be the issue? |
Sorry, hit some godep issues. I have a big change here #2343 that would conflict, I'll get back to this one right after that goes in. |
@dlorenc ahh okay, cool. Stoked for k8s 1.9 🤗 |
df678a6
to
bb1d6c5
Compare
OK, I think I got this now. |
bb1d6c5
to
fefa15c
Compare
@mo-hit ok, actually got it for real this time :) |
@minikube-bot test this please |
f9e6b37
to
04c127a
Compare
…ll with time and fix vendoring issue
The build constraints in vmnet.go cause issues.
04c127a
to
919fee1
Compare
@@ -52,6 +52,8 @@ const ( | |||
humanReadableDiskSize = "disk-size" | |||
vmDriver = "vm-driver" | |||
xhyveDiskDriver = "xhyve-disk-driver" | |||
NFSSharesRoot = "nfs-shares-root" |
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.
This needs some indicator that its macOS specific
@dlorenc
pkg/drivers/hyperkit/driver.go
Outdated
} | ||
|
||
func (d *Driver) nfsExportIdentifier(path string) string { | ||
return fmt.Sprintf("docker-machine-driver-hyperkit %s-%s", d.MachineName, path) |
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 should change this string to something minikube related instead of hyperkit.
No description provided.