![]() 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
|
||
---|---|---|
.. | ||
Dockerfile | ||
index.html | ||
Makefile | ||
README.md | ||
run_nfs.sh |
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!