Accessing nfs share from lxc container inside k3s cluster

I have successfully deployed lxc container in k3s cluster. Now I want to configure lxc container to act as nfs client with rw permission in nfs share. The nfs share mount is configured with rw permission but actually it gets read permission. Using docker the requirement is tested successfully. Is there any way that I can access rw permission in a common location from all lxc container?