k8s.io/kubernetes@v1.29.3/test/images/volume/nfs/README.md (about)

     1  # NFS server container for testing
     2  
     3  This container exports '/' directory with an index.html inside. NFSv4 only.
     4  
     5  Accepts a -G option for specifying a group id to give exported directories.
     6  Clients in the specified group will have full rwx permissions, others none.
     7  
     8  Inspired by https://github.com/cpuguy83/docker-nfs-server.
     9  
    10  Used by test/e2e/* to test NFSVolumeSource. Not for production use!
    11