-
Notifications
You must be signed in to change notification settings - Fork 117
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
Can't mount NFS share as PV into kubernetes #2515
Comments
Looks like the nfs module is in the kernel
but |
nfs-utils has been added in latest 18.02-RC on edge. Could you try and confirm this fixes it ? |
@pgayvallet closer 😄
Snipped pod spec looks like:
|
Hum, should be running... @rcoup By any chance, could you perform a factory reset (or clear all data) and try again, or is this out of the question ? I think it may be caused by the state of the vm. |
@pgayvallet same thing. From a quick Google looks like maybe both rpcbind+statd need starting? |
My bad, the commit starting these services was not on the PR merged for this issue. Will be merged on next Edge version. Workaround for now if that's blocking
enter the kubelet container
then manually start the services :
You'll need to do with after each vm restart though. |
Thanks! ❤️ |
It's in the current release. Give it a try! |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Have following definition to mount NFS share into kubernetes as PV.
Actual behavior
Getting following error in kubectl describe po/podname
Information
Docker for Mac: version: 18.01.0-ce-mac48 (d1778b704353fa5b79142a2055a2c11c8b48a653)
macOS: version 10.13.3 (build: 17D47)
Diagnostic ID: 2F4022FA-E678-4671-956D-369B65995F2D/20180126-110454
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: