Open jixiangcheng opened 3 years ago
Hitting a similar issue here. Rook NFS should not assume that the consumer pod is running as root.
Count me in on this issue. I am trying to run a helm chart developed for Amazon EKS locally on a k3s cluster. rook-nfs provisions the persistentvolume just fine, but as the containers are not running as root, they can't access any data...
My workaround was to add an initContainer that runs as root and changes permission and ownerships for the volume.