You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is a IntegrationPlatform set with a runtime version like 2.16.0.beta-00006 there is an error
Unable to retrieve the operator version: CamelCatalog version: 2.16.0.beta-00006 can't be found in default namespace
That is a side effect of the real error, because the
In Camel K 1.12, the error message was printed only in debug mode, which was basically swallowed if log level is INFO, then camel catalog was null, forcing camel-k-operator to generate a new camel-catalog and no error message was logged anywhere.
Steps to reproduce
Install camel-k-operator 2.0 with a runtime version: 2.16.0.redhat-00006
Run: kamel version -a
It will show the error in the cli output
Unable to retrieve the operator version: CamelCatalog version: 2.16.0.redhat-00006 can't be found in default namespace
Relevant log output
No response
Camel K version
2.0.0
The text was updated successfully, but these errors were encountered:
squakez
changed the title
[Bug]: kamel reports error when trying to use a camel-k-runtime version not following the sematic version
kamel reports error when trying to use a camel-k-runtime version not following the sematic version
Sep 6, 2023
claudio4j
added a commit
to claudio4j/camel-k
that referenced
this issue
Sep 12, 2023
What happened?
When there is a IntegrationPlatform set with a runtime version like
2.16.0.beta-00006
there is an errorThat is a side effect of the real error, because the
In Camel K 1.12, the error message was printed only in debug mode, which was basically swallowed if log level is INFO, then camel catalog was null, forcing camel-k-operator to generate a new camel-catalog and no error message was logged anywhere.
Steps to reproduce
Install camel-k-operator 2.0 with a runtime version:
2.16.0.redhat-00006
Run:
kamel version -a
It will show the error in the cli output
Relevant log output
No response
Camel K version
2.0.0
The text was updated successfully, but these errors were encountered: