Skip to content

Primary resource doesn't get secondary resource status update #349

Closed
@juangon

Description

@juangon

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions