mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
helm: don't specify default topology domainlabels in rbd chart
Remove the bad default, add commented-out standard labels as a suggestion. Fixes: #4775 Signed-off-by: Mark Glines <mark@glines.org>
This commit is contained in:
parent
0eabe32b76
commit
2c0e65b828
@ -304,9 +304,9 @@ topology:
|
|||||||
# for CSI nodeplugins to advertise their domains
|
# for CSI nodeplugins to advertise their domains
|
||||||
# NOTE: the value here serves as an example and needs to be
|
# NOTE: the value here serves as an example and needs to be
|
||||||
# updated with node labels that define domains of interest
|
# updated with node labels that define domains of interest
|
||||||
domainLabels:
|
domainLabels: []
|
||||||
- failure-domain/region
|
# - topology.kubernetes.io/region
|
||||||
- failure-domain/zone
|
# - topology.kubernetes.io/zone
|
||||||
|
|
||||||
# readAffinity:
|
# readAffinity:
|
||||||
# Enable read affinity for RBD volumes. Recommended to
|
# Enable read affinity for RBD volumes. Recommended to
|
||||||
|
Loading…
Reference in New Issue
Block a user