Description
Hi! I have a primary resource and "n" number of secondary dependant resources (so, it seems I am using the "standalone" approach.
In fact, project is heavily based on the WebPageStandaloneReconciler.
When adding primary CR, it gets created fine, and in primary reconciler "reconcile" method is executed for secondary resource. That kicks in the secondary resource reconciler,, and as I've seen, the secondary resource status is properly updated and can access it when doing "kubectl describe" in the CR.
The problem is, primary CR doesn't get the updated resource (somehow the reconciler isn't invoked again so it can't check if the secondary resource status has changed or not).
Can you give me a clue of what could be happening? I can attach snippets of source code if needed.
Thanks!