Skip to content

Move CRD installs out of Reconcile #1492

@kaovilai

Description

@kaovilai

Most operators are expected to have CRDs of an operator be installed by OLM by including them in the operator bundle.

It should not be done as part of reconcile loop as it can override later operator installations.

reason, err = r.installCRDs(r.Log, multiClusterHub)

Normally the last instance that is installed will have the correct CRD. With Reconcile loop installing CRDs, multiple instances will continuously try to install this.

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