summaryrefslogtreecommitdiffstats
path: root/roles/kube_nfs_volumes/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated sudo with become.Andrew Butcher2016-04-251-1/+1
|
* Remove v1beta3 by default for kube_nfs_volumesJason DeTiberus2015-11-061-0/+3
|
* Fixed a typo.Jan Safranek2015-06-011-1/+1
|
* Add nfs-volumes role.Jan Safranek2015-05-201-0/+111
This role is useful to use (physical) disks as persistent volumes in Kubernetes. It partitions the disks, exports the partitions as NFS shares and registers the shares as physical volumes at remote Kubernetes installation.