-
Notifications
You must be signed in to change notification settings - Fork 551
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
v0.23.0 break operators installation #2914
Comments
Ah, this is happening because the community catalogSource isn't being ran in restricted mode, which is fixed in this PR. I'll cut a new release once the PR is merged. |
Same here.
|
The |
@awgreene We are trying to understand the root cause of this problem because this is also affecting our CatalogSource. Is patching of the catalog sources a temporary workaround? Would OLM be updated to handle the CatalogSource (without the |
@awgreene Please see our questions above. We are trying to understand how best to resolve this issue for our catalog. Should we specify the 'restricted' mode in the CatalogSource? Should the catalog image be rebuilt with a later opm version? How can we make it work consistently across environments (now and later)? |
Bug Report
Environment
Problem
Just install a fresh operator lifecycle manager to new truenas scale server.
operator-sdk olm install
(default last, so v0.23.0)kubectl create -f https://operatorhub.io/install/cert-manager.yaml
=> create successfullkubectl get csv -n operators
stay empty.operators
namespace stay as no resources.Temporary solution
Uninstall
v0.23.0
and force install v0.22.0 with--version v0.22.0
. Recreate cert-manager operator, and my cert manager up :)Conclusion
Version v0.23.0 break operator installation
The text was updated successfully, but these errors were encountered: