-
Notifications
You must be signed in to change notification settings - Fork 271
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 nodeSelector, tolerations and affinity to metrics deployment #534
Add nodeSelector, tolerations and affinity to metrics deployment #534
Conversation
3cb13cf
to
cf8a36f
Compare
Just added the options nodeSelector, tolerations and affinity to the metrics template. For our use case it is important to also be able to control the placement of this pod based on these rules. And probably other people will also be happy about that in the future. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, maybe @wrenix you also want to take a look? :)
You need to bump the chart version btw. |
Done just a patch version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code part looks really nice.
For my opionion, it is such a small new feature, that i would use a patch level.
But yes, you are right that is a feature so in semver it would be a minor.
9efec16
to
735bd6d
Compare
Something looks off with all these commits, please rebase onto master to drop all of them. |
… deployment Signed-off-by: Patrick Michel <[email protected]> Signed-off-by: switzerchees <[email protected]> Signed-off-by: WrenIX <[email protected]>
00b3824
to
230e4e9
Compare
Signed-off-by: Patrick Michel [email protected]