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

Support for tainted nodes #121

Open
wweghe opened this issue Sep 7, 2022 · 1 comment
Open

Support for tainted nodes #121

wweghe opened this issue Sep 7, 2022 · 1 comment

Comments

@wweghe
Copy link

wweghe commented Sep 7, 2022

Is your feature request related to a problem?/Why is this needed
I would need support for "Tainted" kubernetes nodes.
I'm running the yaml-files on my AKS cluster, and the nodes where I would need the nvme storage are tainted, to only allow "certain" pods to run. Obvisouly the local-volume-provisioner-*** pods do not have the necessary tolerations, so they are not allowed to run on my tainted nodes.

Describe the solution you'd like in detail
An example of how to tolerate the pods, so they are allowed to run on my tainted nodes

Describe alternatives you've considered
Untainting my nodes, but this would lead to other problems

Additional context
The taints are necessary , because the software, running on the AKS cluster , needs those taints, and I cannot change those

@andyzhangx
Copy link
Collaborator

here is an example to add tolerations in the daemonset:

      tolerations:
        - operator: "Exists"

https://github.com/kubernetes-sigs/blob-csi-driver/blob/939ef16cdadcce7c7a9b160516d0ba3d7a9c9f59/deploy/csi-blob-node.yaml#L36-L37

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