-
Notifications
You must be signed in to change notification settings - Fork 71
Move CRD installs out of Reconcile #1492
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels