-
Notifications
You must be signed in to change notification settings - Fork 192
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
Error when starting NFS service #8
Comments
Had the same issue. |
Thanks for the response @vohtaski its appreciated. Closing. |
Given that https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-capabilities-for-a-container shows that k8s now can defined the capabilities of pods more fine-grained than just “privileged: true”, which capabilities are needed for nfs-server-alpine? |
My understanding is that CAP_SYS_ADMIN is all that is required. I can confirm later today. |
No, doesn't work without |
Okay. Thank you for the information! |
FYI, I ran into the same issue with Rancher Server running on CentOS if you want to add it to the documentation. |
Updated the readme with lots more information I'm sure people with find useful, thanks for the suggestion. |
I encountered a situation today Server A: Debian, kernel version 4.9 For Server A, both
and
works. But For Server B
not working. Record here, in case it might help someone |
In addition for OpenShift this help me to solve the issue
|
In OpenShift, I still got this error even after enable those 3 capabilities. My pods capsh shown this:
Any suggestion guys ? |
I am trying to run this container in Kubernetes but there is an error that is logged when starting the NFS service. It also looks like the port is not listening.
Error:
Complete startup logs:
The text was updated successfully, but these errors were encountered: