You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: