local volume provisioner should not run on control plane nodes by default (#8805)

This commit is contained in:
spaced
2022-05-10 18:04:24 +02:00
committed by GitHub
parent aef25819bc
commit bb67b654c5
3 changed files with 7 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ local_volume_provisioner_nodelabels: []
# - kubernetes.io/hostname
# - topology.kubernetes.io/region
# - topology.kubernetes.io/zone
local_volume_provisioner_tolerations: []
# 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_use_node_name_only: false