-
Notifications
You must be signed in to change notification settings - Fork 71
feat: expose prometheus nodeselector and tolerations in monitoringstack CRD #293
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
Conversation
|
If this PR changes the Prometheus |
simonpasquier
left a comment
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.
@simonpasquier, I like the idea to have a global setting for all child resources, however should we also allow each child resource to have different setting to the global one? |
@vimalk78 shouldn't that test fail in that case 🤔 |
it would, but the new parameters are optional, so unless explicitly set in the object the managedFields wont change. |
|
@sthaha my gut feeling is that in most cases, you want the monitoring pods to run on the same set of nodes (e.g. infra) so having a top-level field is probably what makes the most sense. We can argue later if there's a need for individual settings for each component but I'd rather make the mainstream situation easy to configure. |
|
@simonpasquier +1 to having it global for now
+1 to YAGNI :) |
| NodeSelector: config.NodeSelector, | ||
| Tolerations: config.Tolerations, |
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.
@bng0y , Like @simonpasquier suggested, lets make this global and apply the same to all resources that ObO creates.
sthaha
left a comment
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.
Could you please consider implementing the suggestion.
|
@bng0y , It would be great to have this feature added to ObO. Do you need help implementing this? |
|
Closing this due to age, but might still be something we want to pursue. https://issues.redhat.com/browse/COO-233 |
|
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Allows to isolate the Prometheus pods when necessary.
Context: https://issues.redhat.com/browse/SDE-2823