Difference between revisions of "NFS and Kubernetes"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
https://docs.openshift.com/container-platform/3.4/install_config/persistent_storage/persistent_storage_nfs.html | https://docs.openshift.com/container-platform/3.4/install_config/persistent_storage/persistent_storage_nfs.html | ||
− | Non root | + | # Non root https://unix.stackexchange.com/questions/451742/acecssing-nfs-share-without-root-privileges |
+ | /etc/fstab | ||
+ | ``` | ||
10.1.1.10:/export/alice /home/alice/Desktop/mnt nfs rw,noauto,user 0 0 | 10.1.1.10:/export/alice /home/alice/Desktop/mnt nfs rw,noauto,user 0 0 | ||
+ | ``` |
Revision as of 09:02, 17 July 2021
https://link.medium.com/4xKEXpeEXhb
/etc/fstab
10.1.1.10:/export/alice /home/alice/Desktop/mnt nfs rw,noauto,user 0 0