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

Updating UIPlugin resource status causes the reconciliation to loop #564

Open
iNecas opened this issue Sep 6, 2024 · 2 comments
Open

Updating UIPlugin resource status causes the reconciliation to loop #564

iNecas opened this issue Sep 6, 2024 · 2 comments
Assignees

Comments

@iNecas
Copy link
Contributor

iNecas commented Sep 6, 2024

I've noticed that when enabling the UIPlugin, the operator does one reconciliation after another.

It seems the problem is due to always setting the conditions with new last transition time timestamp, leading to new generation of the resource and new reconciliation loop.

https://github.com/rhobs/observability-operator/blob/main/pkg/controllers/uiplugin/controller.go#L214.

I suspect other stacks have similar issue as well.

@jgbernalp jgbernalp self-assigned this Sep 16, 2024
@simonpasquier
Copy link
Contributor

Late here but is there a COO ticket for this issue?

@jgbernalp
Copy link
Contributor

I just created one: https://issues.redhat.com/browse/COO-385

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

3 participants