NFS CSI (nfs.csi.k8s.io) complains of permission denied in tmp directory when writing a pvc. #8984
Unanswered
Spaghetto392
asked this question in
Q&A
Replies: 2 comments 11 replies
-
On the host |
Beta Was this translation helpful? Give feedback.
8 replies
-
I am getting this error as well, semi-randomly. At first I thought it was because I was using Talos and thus even /tmp was immutable. I changed it to /dev/shm but looking at it closer, it is not a hostpath but an emptydir which should always work, so I changed it back and it works... no idea why I saw this error previously. Some sort of race condition? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, when trying to create a NFS based PVC, I get an error saying that permission was denied for creating a directory in /tmp. I was wondering if /tmp was potentially made read only, or otherwise has some permissions that k8s fails to clear. That or is the CSI I'm using just incompatible with Talos?
Beta Was this translation helpful? Give feedback.
All reactions