Tracking down cause of reconciliation loop continuously firing? #975
Unanswered
empath-nirvana
asked this question in
Q&A
Replies: 3 comments 7 replies
-
Second question: Should patching the status trigger another loop if the status hasn't actually changed? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Here, |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is why I don’t understand — the object I have in the logs hasn’t had a
change, but it’s in the logs triggering updates thousands of times. The
resource version is changing though — I suspect because of status updates.
On Wed, Aug 3, 2022 at 4:47 PM Teo Klestrup Röijezon < ***@***.***> wrote:
Controller logs the reason for the reconciliation being triggered. For
example:
2022-08-02T15:14:39.303347Z INFO reconciling object{object.ref=ZookeeperCluster.v1alpha1.zookeeper.stackable.tech/simple-zk.default object.reason=object updated}: stackable_zookeeper_operator::zk_controller: Starting reconcile
Here, object.reason=object updated means that the reconciliation was
triggered by the object itself being changed.
—
Reply to this email directly, view it on GitHub
<#975 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUVYTLZACFB3ILIWOER4XUTVXLLEXANCNFSM55QF3D7A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
“The world is not comprehensible, but it is embraceable.”
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My reconcile loop fires continuously, and I can't figure out why. Is there anyway to figure out which object exactly triggered a loop and why?
Beta Was this translation helpful? Give feedback.
All reactions