mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Allow configuration of nodelabels in local_volume_provisioner (#6620)
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user