Disable volume topology constraints by default (#280)

This commit is contained in:
Matt Pryor 2024-03-07 17:46:58 +00:00 committed by GitHub
parent 82846b484a
commit 88712c4029
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ metadata:
stringData:
# By default, we disable the storage class deployed by the cinder-csi chart
# We deploy our own instead as it gives us more control over the parameters
# We also disable the topology-aware scheduling by default
defaults: |
csi:
plugin:
@ -24,6 +25,8 @@ stringData:
- name: cloud-config
mountPath: /etc/kubernetes
readOnly: true
provisioner:
topology: "false"
secret:
enabled: true
create: false