You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/15 17:14:04 UTC

[GitHub] [camel-k] phantomjinx opened a new issue #2749: Generated bundle created from `make bundle` contains separate service-account resource

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] phantomjinx commented on issue #2749: Generated bundle created from `make bundle` contains separate service-account resource

Posted by GitBox <gi...@apache.org>.
phantomjinx commented on issue #2749:
URL: https://github.com/apache/camel-k/issues/2749#issuecomment-969129106


   Reference: https://github.com/operator-framework/operator-lifecycle-manager/issues/2193


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] phantomjinx closed issue #2749: Generated bundle created from `make bundle` contains separate service-account resource

Posted by GitBox <gi...@apache.org>.
phantomjinx closed issue #2749:
URL: https://github.com/apache/camel-k/issues/2749


   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] phantomjinx commented on issue #2749: Generated bundle created from `make bundle` contains separate service-account resource

Posted by GitBox <gi...@apache.org>.
phantomjinx commented on issue #2749:
URL: https://github.com/apache/camel-k/issues/2749#issuecomment-1006738602


   Fixed in #2755.
   Closing.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org