-
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 NFS support to "minikube mount" #4324
Comments
Could I help out with this? I'm still a bit new to open source but would love to give this a shot, or at least play some part getting this feature on minikube. Any guidance would be greatly appreciated. |
@tstromberg Do you have examples on Linux of what the NFS mount line should look like? I could give this a shot as well. I'm on a Mac, but lots of my coworkers are on Linux, and I wanna help them out. |
@teejae - Linux uses If you or anyone else implements this for macOS, that would be a great start. It's worth noting that the hyperkit driver has some hacky unstable support for doing NFS, but conceptually, this should be possible across hypervisors. This may help you get started: minikube/pkg/drivers/hyperkit/driver.go Line 428 in a817bff
|
we still wanna do this, and this still a help wanted issue |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
this is still a Wanted issue, anyone interested to help, I would be happy to review it |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
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. |
"minikube mount" only supports 9pfs at the moment. It wouldn't be difficult to add NFS support, which is much faster.
On platforms where NFS is supported, it should be the default, as 9p has many issues.
The text was updated successfully, but these errors were encountered: