Commit Graph

3 Commits (835a87aed2478ee441f2dbfab15124315ddd880a)

Author SHA1 Message Date
Jan Safranek ed46c4db51 Add NFS export/import pod examples. 2015-04-02 10:47:21 +02:00
Steve Watt 0df63ab0c1 Update volumes.md
Update docs and example for NFS Plugin

Modified the wording around how many Volumes exist

Cleaned up the text around the NFS Pod description

Fixed Spelling mistake on read-only
2015-03-30 20:40:51 -05:00
Chris Alfonso 1a45e37d17 NFSMount storage plugin for kubelet.
* If you want to test this out when an actual NFS export a good place
 to start is by running the NFS server in a container:

docker run -d --name nfs --privileged cpuguy83/nfs-server /tmp

More detail can be found here:
https://github.com/cpuguy83/docker-nfs-server
2015-03-19 13:37:38 -04:00