Difference between revisions of "NFS and Kubernetes"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
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 | ||
+ | ``` | ||
+ | |||
+ | # More | ||
+ | - https://sysdig.com/blog/kubernetes-security-psp-network-policy/ |
Latest revision as of 09:07, 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