unable to mount a specific directory from couchdb pod kubernetes unable to mount a specific directory from couchdb pod kubernetes kubernetes kubernetes

unable to mount a specific directory from couchdb pod kubernetes


Edit your /etc/exports with following content

"path/exported/directory *(rw,sync,no_subtree_check,no_root_squash)"

and then restart NFS server:

sudo /etc/init.d/nfs-kernel-server restart*

no_root_squash is used, remote root users are able to change any file on the shared file. This a quick solution but have some security concerns