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

clusterserviceversion in the manifest folder causing issue for the upgrade #25

Open
liyihuang opened this issue Aug 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@liyihuang
Copy link

liyihuang commented Aug 4, 2023

I conducted some tests over the past few weeks and identified the root cause of the issue preventing Cilium from upgrading through the operator hub in the OCP environment.

The root cause is that we manually install the clusterserviceversion (CSV) file during the OCP bootstrap, and this becomes a blocker for the operator to receive updates from the OCP operator hub.

In my test environment, when I excluded the clusterserviceversion file, the issue was resolved for both OLM Cilium and OLM EE Cilium when installing the OCP. Therefore, I believe we should not include this clusterserviceversion in the new release. If we include the CSV file during the installation, we can also remove the CSV CR to resolve the issue.

I'm unsure whether we need to prevent the generation of this CSV file or exclude it when generating the manifest folder.

Here is an example clusterserviceversion file I am referring to:
Link to the clusterserviceversion file

@liyihuang liyihuang added the bug Something isn't working label Aug 4, 2023
@liyihuang liyihuang changed the title Not generate the CSV file in the manifest folder clusterserviceversion in the manifest folder causing issue for the upgrade Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant