metal-stack / csi-driver-lvm

MIT License
120 stars 25 forks source link

Add nodeSelection and tolerations #69

Closed maxwmsft closed 1 year ago

maxwmsft commented 2 years ago

This commit adds a nodeSelector for the provisioner, and tolerations for the plugin and the provisioner. These are both configurable in the Helm values. The current behavior defaults to tolerating and having an affinity for the master node.

Edit: The current behavior has the nodeSelector and tolerations commented out in order to preserve the same / expected behavior for an upgrade from a release without this change to a release with this change.

Gerrit91 commented 1 year ago

I carried over your changes to the new chart repository: https://github.com/metal-stack/helm-charts/pull/47