Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot deploy logan on a node pool with taints #77

Open
quyenlc opened this issue May 4, 2024 · 0 comments
Open

Cannot deploy logan on a node pool with taints #77

quyenlc opened this issue May 4, 2024 · 0 comments

Comments

@quyenlc
Copy link

quyenlc commented May 4, 2024

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: NoSchedule

Pls support custom toleration.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant