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

Controller is eventing on all pods #426

Open
rphillips opened this issue Feb 6, 2025 · 1 comment
Open

Controller is eventing on all pods #426

rphillips opened this issue Feb 6, 2025 · 1 comment

Comments

@rphillips
Copy link
Contributor

The controller should not be calling into the reconciler loop for all pod events.

@mamy-CS
Copy link
Contributor

mamy-CS commented Feb 12, 2025

We can add predicate filters to filter pod events, such as:
generalizing Resource Check:- meaning watching all instaslice.redhat.com/* resources instead of watching for all pods.
This way we can optimize the controller performance by reconciling only when relevant.
would that be sufficient, is that what you are referring to @rphillips?

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

No branches or pull requests

2 participants