k3s/test/images/volumes-tester/nfs
Jing Xu ceb2de2939 Enable NFS volume test
This PR fixes the dockerfile for NFS server image and enable NFSv4.
After using containeried mounts approach on GCI, this test should pass.
2016-11-03 12:48:09 -07:00
..
Dockerfile Enable NFS volume test 2016-11-03 12:48:09 -07:00
Makefile Enable NFS volume test 2016-11-03 12:48:09 -07:00
README.md Add test for supplemental gid annotation to pv e2e test 2016-08-09 18:23:06 -04:00
index.html move contrib/for-tests to test/images 2015-08-14 20:42:46 -07:00
run_nfs.sh Enable NFS volume test 2016-11-03 12:48:09 -07:00

README.md

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!

Analytics