小编fra*_*gae的帖子

Kubernetes NFS persistent volumes permission denied

I have an application running over a POD in Kubernetes. I would like to store some output file logs on a persistent storage volume.

In order to do that, I created a volume over the NFS and bound it to the POD through the related volume claim. When I try to write or accede the shared folder I got a "permission denied" message, since the NFS is apparently read-only.

The following is the json file I used to create the …

nfs permission-denied docker kubernetes persistent-volumes

5
推荐指数
2
解决办法
1万
查看次数