Duplicated resource reconcile event after first app launch #571
Unanswered
vvitkovsky
asked this question in
Q&A
Replies: 2 comments
-
Hey @vvitkovsky This should not happen to be honest. Do you modify the resource in some way? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Christoph, No, I am using official KubeOps nuget package 7.3.0. But when I start my app I see those two reconcile calls for this one object, and versions of it are different: Best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi gents,
I have a strange situation - when I start app first time and resource controller is started to work I receive two ReconcileAsync calls for the same resource, but I get two different versions of the same resource:
ReconcileAsync:: Version: 399663
ReconcileAsync:: Version: 399662
the order can be different, but in general I always get two versions on the controller start.
Is it bug or feature? If feature, can this behavior be switched off so I will receive only latest version of resource once?
Best regards,
Victor
Beta Was this translation helpful? Give feedback.
All reactions