Hello I have NFS server that is tested and working correctly. I want to attach it to my kubernetes cluster running on rancher ami in AWS.
I tried manually mounting the volume but mount return following message:
mount.nfs: mount point /storage does not exist```
Note: The same command is working on ubuntu ec2 instance.
Could you please give me instructions on how to mount nfs storage on RancherOS using kubernetes environment?
Thanks!