Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move CRD installs out of Reconcile #1492

Open
kaovilai opened this issue May 7, 2024 · 0 comments
Open

Move CRD installs out of Reconcile #1492

kaovilai opened this issue May 7, 2024 · 0 comments

Comments

@kaovilai
Copy link

kaovilai commented May 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant