summaryrefslogtreecommitdiffstats
path: root/ansible/roles/k8s-persistent-volume/tasks/main.yml
AgeCommit message (Collapse)AuthorFilesLines
2021-06-10[ANSIBLE] Create host paths for PVs and set their permissionsBartek Grzybowski1-0/+8
Access mode for hostPath type kubernetes PVs has to be set explicitly as setting it with pod's securityContext is not supported. Change-Id: I60ed71001fc7859440510f17c1989b35d28c37b5 Issue-ID: INT-1926 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-06-08[ANSIBLE] Add 'k8s-persistent-volume' roleBartek Grzybowski1-0/+11
This role will setup predefined k8s persistent volumes. It leverages the community.kubernetes.k8s ansible module. Change-Id: If71481b6b0da60872498063ff29c8da5a3830fc5 Issue-ID: INT-1926 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>