summaryrefslogtreecommitdiffstats
path: root/roles/kube_nfs_volumes/library
Commit message (Collapse)AuthorAgeFilesLines
* python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus2016-12-201-3/+5
| | | | versions
* update tests and flake8/pylint fixesJason DeTiberus2016-11-291-9/+14
|
* Fix typosRodolfo Carvalho2016-10-191-1/+1
|
* Add nfs-volumes role.Jan Safranek2015-05-201-0/+240
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.