-
Notifications
You must be signed in to change notification settings - Fork 37
feat: Add deployment tolerations and nodeselector #199
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
feat: Add deployment tolerations and nodeselector #199
Conversation
@ianbabysre |
Sure thing ! I tested the templating using by setting theses values in
I left empty values by default |
@tolusha Let me know if that's okay with you or not ! |
Hi.
values.yaml tolerations:
- key: dedicated
operator: Equal
value: Compute
effect: NoSchedule |
@tolusha Silly mistake on my end sorry, it should work correctly now. - I installed it the same way you did. |
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.
Sounds good.
Build 3.20 :: imagepuller_3.x/152: Console, Changes, Git Data |
Build 3.20 :: sync-to-downstream_3.x/8798: Console, Changes, Git Data |
Build 3.20 :: get-sources-rhpkg-container-build_3.x/8916: imagepuller : 3.x :: Failed in 66726190 : BREW:BUILD/STATUS:UNKNOWN |
@tolusha Thanks a lot ! Have a great day |
I'm opening a PR to add a feature to the deployment :
This feature adds the following
Possibility to set a tolerations and/or nodeSelector to the Deployment
I tested it, see screenshot
