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

Mass reconciliation of RMQ objects #864

Open
AntonAleksandrov13 opened this issue Aug 2, 2024 · 1 comment
Open

Mass reconciliation of RMQ objects #864

AntonAleksandrov13 opened this issue Aug 2, 2024 · 1 comment

Comments

@AntonAleksandrov13
Copy link

Hi,
We are facing the following behaviour of the operator:
Once in a while, the operator decides to reconcile all objects that can be seen from queue depth of each controller:
Screenshot 2024-08-02 at 1 09 29 PM

This seems weird because we don't use time based reconciliation and we don't run a mass update of all RMQ objects in our cluster.

I am reporting this here as I am not sure if it's a bug or not.

Operator version: 1.12.0
EKS version: v1.25.16-eks-db838b0

@Zerpet
Copy link
Contributor

Zerpet commented Aug 29, 2024

The Operator does not reconcile an object unless there's an event for said object. It watches for updates/deletes of any kind i.e. updates to the spec and/or the metadata. The other situation where all objects are reconciled is after the Operator restarts.

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