-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
I have some nodepool with taints on them.
To deploy pods on them, I must add torations to pod manifest (through deployment or daemonset, etc). But with current template file in helm chart, there is no way to do that.
Currently toleration config (in file charts/logan/templates/fluentd-daemonset.yaml) was fixed as:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: node-role.kubernetes.io/control-plane
effect: NoSchedulePls support custom toleration.
Thanks.
famousgarkin and steache
Metadata
Metadata
Assignees
Labels
No labels