big-engine-61989
05/04/2022, 7:28 PMtaintToleration: "longhorn=true:NoSchedule;othertaint=true:NoSchedule"
defaultSettings:
taintToleration: "longhorn=true:NoSchedule;othertaint=true:NoSchedule"
longhornManager:
tolerations:
- key: "longhorn"
operator: "Equal"
value: "true"
effect: "NoSchedule"
- key: "othertaint"
operator: "Equal"
value: "true"
effect: "NoSchedule"
longhornDriver:
tolerations:
- key: "longhorn"
operator: "Equal"
value: "true"
effect: "NoSchedule"
- key: "othertaint"
operator: "Equal"
value: "true"
effect: "NoSchedule"
famous-shampoo-18483
06/13/2022, 12:14 PMvalues.yaml
won’t be applied during Helm upgrade. If you want to modify it after the installation, you can try to directly modify the setting via UI or kubectl -n longhorn-system edit lhs
big-engine-61989
09/14/2022, 10:17 AM