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

Operators should be reconciled on actual CatalogSources change #209

Open
tmshort opened this issue May 10, 2023 · 0 comments
Open

Operators should be reconciled on actual CatalogSources change #209

tmshort opened this issue May 10, 2023 · 0 comments

Comments

@tmshort
Copy link
Contributor

tmshort commented May 10, 2023

Follow on to #205

Background:

When reconciling operator CRs, the operator-controller builds a list of constraints based on operator CRs and attempts to solve those constraints by considering content available in catalogSources. If the content within a catalogSource changes, a new solution may be available for a set of constraints that had failed earlier.

The operator controller should be updated to watch catalogSources. On changes that affect the catalogContent, the operator controller should queue all operator CRs to be reconciled.

Demo Script:

install OLM V1
Remove the default catalogSource
Create an Operator CR that does exists in the catalog
Check that it fails
Recreate the default catalogSource
Check that the package defined in the operator CR is deployed

@tmshort tmshort changed the title Operators should be reconciled on specific CatalogSources change Operators should be reconciled on actual CatalogSources change May 10, 2023
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