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

Mo hit hyperkit mount fix #2337

Merged
merged 5 commits into from
Jan 3, 2018

Conversation

dlorenc
Copy link
Contributor

@dlorenc dlorenc commented Dec 18, 2017

No description provided.

@k8s-ci-robot k8s-ci-robot added 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. labels Dec 18, 2017
@dlorenc
Copy link
Contributor Author

dlorenc commented Dec 18, 2017

I merged in recent changes here, and updated godeps. Not sure the easiest way to go forward here.

@mo-hit
Copy link
Contributor

mo-hit commented Dec 19, 2017

@dlorenc thanks for doing this.. what seems to be the issue?

@dlorenc
Copy link
Contributor Author

dlorenc commented Dec 20, 2017

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.

@mo-hit
Copy link
Contributor

mo-hit commented Dec 20, 2017

@dlorenc ahh okay, cool. Stoked for k8s 1.9 🤗

@dlorenc
Copy link
Contributor Author

dlorenc commented Dec 22, 2017

OK, I think I got this now.

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Dec 27, 2017
@dlorenc
Copy link
Contributor Author

dlorenc commented Dec 27, 2017

@mo-hit ok, actually got it for real this time :)

@dlorenc
Copy link
Contributor Author

dlorenc commented Dec 28, 2017

@minikube-bot test this please

Mohit Gupta and others added 4 commits January 2, 2018 12:47
@@ -52,6 +52,8 @@ const (
humanReadableDiskSize = "disk-size"
vmDriver = "vm-driver"
xhyveDiskDriver = "xhyve-disk-driver"
NFSSharesRoot = "nfs-shares-root"
Copy link
Contributor

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

}

func (d *Driver) nfsExportIdentifier(path string) string {
return fmt.Sprintf("docker-machine-driver-hyperkit %s-%s", d.MachineName, path)
Copy link
Contributor Author

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.

@dlorenc dlorenc merged commit 59274b2 into kubernetes:master Jan 3, 2018
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/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants