Make Pod affinity configurable #155
Labels
kind/feature
New feature
priority/P2
Slight inconvenience or annoyance to applications, system continues to function
status/ready
The issue is ready to be worked on; or the PR is ready to review
At this moment, Pod affinity is configured as a soft requirement (
PreferredDuringSchedulingIgnoredDuringExecution
) that tells the schedule to try placing pods of the same kind to different hosts. This configuration might be suitable for some environments and use cases, but it might not be optimal for others.We should expose the affinity rules to be applied to BK, SS, and CC to allow users to customize and optimize pod scheduling for their use case and environment.
The text was updated successfully, but these errors were encountered: