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

Add tolerations for bookie pods #192

Closed
alfred-landrum opened this issue Feb 16, 2022 · 0 comments · Fixed by #193
Closed

Add tolerations for bookie pods #192

alfred-landrum opened this issue Feb 16, 2022 · 0 comments · Fixed by #193

Comments

@alfred-landrum
Copy link
Contributor

Description

It'd be useful to allow specifying pod tolerations for the bookie pods.

Importance

I'd like to dedicate some nodes in a cluster to run only Pravega related workloads. Affinities can be used to schedule pods onto the dedicated nodes, but node taints seem the best way to prevent other non-Pravega-related pods from using them. To do this, I'd need to add tolerations for the bookie pods.

Location

This would require adding controller & segment store pod tolerations to the Bookkeeper cluster spec. Additionally, it'd make sense to allow the Pravega helm chart to allow specifying the tolerations as well.

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

Successfully merging a pull request may close this issue.

1 participant