logzio/logzio-helm

[fluentd chart] Add nodeSelector to the DaemonSet template

Closed this issue · 2 comments

Currently the DaemonSet doesn't have the possibility to use the nodeSelector feature.

The is necessary to avoid pods running on nodes that it is not required for my use case.

I know there is the possibility to use tolerations but even with that I have a scenario where nodes with no taint settings will have pods running.

I am willing to make a PR if this is a contribution that maintainers agree with it.

Hey @bartier thank you for the feedback.
Go ahead and create a PR for it, we'd love it!

👍