kubernetes/contrib/for-tests/volumes-tester/nfs
Jan Safranek ebcc558734 Revert "Use a service between e2e volume tests clients and servers."
iSCSI and RBD volumes don't work as Kubernetes services - these protocols
are broken by S-NAT created by kube-proxy - at least iSCSI exhanges real
IP address of the iSCSI target as part of the protocol.

This reverts commit 118004c166.
2015-08-07 10:24:29 +02:00
..
Dockerfile Make sure index.html is world-readable. 2015-05-29 11:55:57 +02:00
index.html Add e2e tests for Gluster and NFS tests. 2015-05-25 12:02:41 +02:00
Makefile s/gcloud preview docker/gcloud docker/ 2015-06-18 12:27:08 -07:00
README.md Add e2e tests for Gluster and NFS tests. 2015-05-25 12:02:41 +02:00
run_nfs.sh Revert "Use a service between e2e volume tests clients and servers." 2015-08-07 10:24:29 +02:00

NFS server container for testing

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

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

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

Analytics