phantomjinx opened a new issue #2749: URL: https://github.com/apache/camel-k/issues/2749
The creation of the operator metadata bundle is conducted using `make bundle`. The current version of the operator-sdk downloaded to meet this task is 1.5.0. This version allows for both a separate service-account resource and reference to the same service-account in the csv metadata file. Use of the generated bundle fails on openshift due to the OLM implementation being unable to handle the duplicate service-account application. During an upgrade from 1.6.1 to 1.7.0, 2 CSV resources are generated and the status freezes with 1.6.1 being `replacing` and 1.7.0 being `pending`. The install remains at 1.6.1. An upgrade of the operator-sdk version installed, by default, should correct this by stopping the extra service-account resource from being included in the metadata bundle. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
