I configured an nfs share with extra options subtree_check,insecure in the gui for my Kubernetes cluster data and when an app claims a persistence volume, it creates the folder under nobody:master. Is it supposed to be nobody?
this is the entry in my /etc/fstab
/srv/dev-disk-by-uuid-255f65b9-e3ca-47ca-bf9c-f6beb099675b/kubedata/ /export/kubedata none bind,nofail 0 0
Code
$ ls -l
total 108
drwxrwsrwx+ 13 master master 12288 Mar 3 14:29 ./
drwxr-xr-x 3 root root 4096 Oct 19 22:27 ../
drwxrwxrwx+ 2 nobody master 4096 Mar 3 15:18 cicd-data-harbor-redis-0-pvc-905ce467-12e4-4eee-b271-5865c2c53140/
drwxrwxrwx+ 4 nobody master 4096 Feb 6 12:54 cicd-data-harbor-trivy-0-pvc-bc2eb686-299c-466c-93f2-6c681430c9f7/