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 support for affinity to allow spreading of kuberhealthy pods acro… #909

Merged
merged 2 commits into from
Apr 30, 2021

Conversation

AshutoshNirkhe
Copy link
Contributor

Currently there isn't support for specifying the affinity/podAntiAffinity for Kuberhealthy pods. We noticed it when our Kuberhealthy pods in production env were running on the same node :)

kuberhealthy-5ccb966f45-5nngq 1/1 Running 0 2d7h 10.39.0.209 aks-xxxxx-15091357-vmss000002
kuberhealthy-5ccb966f45-pjpg8 1/1 Running 0 2d7h 10.39.0.190 aks-xxxxx-15091357-vmss000002

This PR will help you specify/apply those settings optionally to allow spreading of Kuberhealthy pods across nodes.

@AshutoshNirkhe
Copy link
Contributor Author

AshutoshNirkhe commented Apr 29, 2021

@joshulyne @integrii can you please review the PR ? Thanks!

@djsly
Copy link

djsly commented Apr 30, 2021

thanks @AshutoshNirkhe !

@joshulyne
Copy link
Collaborator

@AshutoshNirkhe thanks so much for contributing this! definitely something we needed! 👍

Copy link
Collaborator

@joshulyne joshulyne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

@joshulyne joshulyne merged commit 040ba50 into kuberhealthy:master Apr 30, 2021
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 this pull request may close these issues.

None yet

3 participants