summaryrefslogtreecommitdiffstats
path: root/roles/kube_nfs_volumes
Commit message (Collapse)AuthorAgeFilesLines
* Use the documented state=present for yum moduleJason DeTiberus2015-06-102-2/+2
|
* Fixed a typo.Jan Safranek2015-06-011-1/+1
|
* Add nfs-volumes role.Jan Safranek2015-05-208-0/+444
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.