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

@@ -52,6 +52,9 @@ local_volume_provisioner_enabled: false
# - "2"
# volume_mode: Filesystem
# fs_type: ext4
# local_volume_provisioner_tolerations:
# - effect: NoSchedule
# operator: Exists
# CSI Volume Snapshot Controller deployment, set this to true if your CSI is able to manage snapshots
# currently, setting cinder_csi_enabled=true would automatically enable the snapshot controller