You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: