-
Notifications
You must be signed in to change notification settings - Fork 352
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(operator): toleration install flag #2114
Conversation
Is this an install time setting or can it be changed after the fact? |
It will influence the operator |
Thanks for the clarification @squakez |
38a2317
to
0b2518e
Compare
@squakez what would you think of applying the others customizers from the operator Deployment, like the monitoring port, to the CSV as well? I think you've almost done all the work with that PR, and it would avoid having some asymmetric options. |
Yeah, I have in mind to add |
8118aae
to
04dedd2
Compare
e77c5c3
to
f3a36e4
Compare
* Refactored toleration trait to create Tolerations in a util method * Refactored OperatorOrCollect method to ease readability * Added toleration configuration in OLM and non OLM installations
c4e591e
to
573e4c5
Compare
Reverted from c407bbd885c82d23d4baab48f8c59e946a7201fd change
573e4c5
to
8b03f7d
Compare
Thanks! |
With this PR we introduce the possibility to setup
Toleration
s during installation phase. The same configuration applies toOLM
and nonOLM
installation.Release Note