Allow configuration of nodelabels in local_volume_provisioner (#6620)

This commit is contained in:
Lukas Grossar
2020-09-17 11:44:58 +02:00
committed by GitHub
parent b6b26c710f
commit a870dd368e
3 changed files with 15 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
---
local_volume_provisioner_namespace: "kube-system"
# List of node labels to be copied to the PVs created by the provisioner
local_volume_provisioner_nodelabels: []
# - kubernetes.io/hostname
# - topology.kubernetes.io/region
# - topology.kubernetes.io/zone
# Levarages Ansibles string to Python datatype casting. Otherwise the dict_key isn't substituted
# see https://github.com/ansible/ansible/issues/17324
local_volume_provisioner_storage_classes: |