generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 767
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
Permission denied when creating /persistentvolumes subdirectory #34
Comments
tibbe
changed the title
Permission denied when creating /persistentvolumes sub directory
Permission denied when creating /persistentvolumes subdirectory
Jan 11, 2021
This is on a clean K3s install on a clean install of Raspberry Pi OS (32-bit). NFS server set up according to https://www.raspberrypi.org/documentation/configuration/nfs.md, except using a different directory ( |
what are the permissions in the folder ls -lnd /export/nfs-storage |
Seems to have been an issue with folder permissions, as you suggested. Works with:
(i.e. |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that using
/persistentvolumes
to mount the NFS share is hardcoded and fails since the node doesn't have permission to create that directory (or subdirectories):I installed the ARM version using helm, like so:
My NFS server exports are set up as follows:
The text was updated successfully, but these errors were encountered: