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

Operator should allow modification of tolerations #14

Open
brunnels opened this issue Jul 23, 2024 · 2 comments
Open

Operator should allow modification of tolerations #14

brunnels opened this issue Jul 23, 2024 · 2 comments

Comments

@brunnels
Copy link

Right now it looks like the operator ignores taints for the controller nodes with no way to remove them. I have isolated controllers that don't run workloads so I don't want this behavior and need a way to override the operator tolerations.

@davidcheng0716
Copy link
Collaborator

@brunnels
To clarify, you want to customize the toleration of daemonset and deployment of the service when deploying?

Maybe you can try to use 'kubectl edit' first.

@brunnels
Copy link
Author

brunnels commented Aug 2, 2024

Issue was with the daemonset. I will try next adding tolerations to the operator deployment next time I add the operator to see if that changes anything.

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

2 participants