-
|
Hi, I code my CustomResource When I apply CR, I got logs namespace was successfully created. When I add, for example, additional label and apply manifest I got logs My question is why any changes genegate double event and how I can handle this behaviour? Why this happens? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Another way I got logs the same way - created and updated when CR applyed. Reconcile func called twice. |
Beta Was this translation helpful? Give feedback.
-
|
Ok. I realized it. First condition (For) and second condition (Owns) called Reconcile func twice. |
Beta Was this translation helpful? Give feedback.
Ok. I realized it.
First condition (For) and second condition (Owns) called Reconcile func twice.