Files
kubernetes/test/images/volume/nfs
Davanum Srinivas ec394ec53d Fix NFS related CI failures
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-02-18 17:24:59 -05:00
..
2021-10-07 01:25:55 -04:00
2024-02-18 17:24:59 -05:00
2024-02-18 17:24:59 -05:00

NFS server container for testing

This container exports '/' directory with an index.html inside. NFSv4 only.

Accepts a -G option for specifying a group id to give exported directories. Clients in the specified group will have full rwx permissions, others none.

Inspired by https://github.com/cpuguy83/docker-nfs-server.

Used by test/e2e/* to test NFSVolumeSource. Not for production use!