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

Fixed mount daemon to be off by default and to use different director… #1511

Merged
merged 1 commit into from
May 19, 2017

Conversation

aaron-prindle
Copy link
Contributor

…ies than the current mounts until they are turned off.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 19, 2017
@aaron-prindle aaron-prindle force-pushed the fix-mount branch 3 times, most recently from f2915bc to 6231443 Compare May 19, 2017 19:43
@codecov-io
Copy link

codecov-io commented May 19, 2017

Codecov Report

Merging #1511 into master will increase coverage by 0.12%.
The diff coverage is 25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1511      +/-   ##
==========================================
+ Coverage   40.41%   40.54%   +0.12%     
==========================================
  Files          50       50              
  Lines        2479     2476       -3     
==========================================
+ Hits         1002     1004       +2     
+ Misses       1314     1310       -4     
+ Partials      163      162       -1
Impacted Files Coverage Δ
pkg/minikube/cluster/commands.go 57.89% <0%> (+1.77%) ⬆️
cmd/minikube/cmd/start.go 18.58% <33.33%> (ø) ⬆️
pkg/minikube/kubeconfig/config.go 58.46% <0%> (+3.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d4b5b62...847b52d. Read the comment docs.

@@ -28,4 +28,4 @@ var SupportedVMDrivers = [...]string{
}

var DefaultMountDir = homedir.HomeDir()
var DefaultMountEndpoint = "/hosthome"
var DefaultMountEndpoint = "/mount-9p"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since these are the same across all drivers now (which makes sense), could you move it out of the constants_$OS file into the main one?

Also WDYT of making this "/minikube-host" or something.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

…ies than the current mounts until they are turned off.
@aaron-prindle aaron-prindle merged commit 37f6985 into kubernetes:master May 19, 2017
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants