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 2022/11/28 18:45:29 UTC

[GitHub] [camel-k] claudio4j opened a new issue, #3854: Cannot retrieve Camel K operator version when in global mode in different ns

claudio4j opened a new issue, #3854:
URL: https://github.com/apache/camel-k/issues/3854

   When Camel K Operator is installed in global mode, and if the kubectl current namespace is different than the ns the camel-k-operator is installed, then running `kamel version -a` results is misleading.
   ```
   $ kamel version -a
   No IntegrationPlatform resource in default namespace
   Camel K Client Red Hat 1.10.2
   
   Unable to retrieve operator version: integrationplatforms.camel.apache.org "camel-k" not found
   ```
   
   kamel should be able to detect the camel-k-operator in the other ns to report correctly.


-- 
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.apache.org

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


[GitHub] [camel-k] github-actions[bot] closed issue #3854: Cannot retrieve Camel K operator version when in global mode in different ns

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #3854: Cannot retrieve Camel K operator version when in global mode in different ns
URL: https://github.com/apache/camel-k/issues/3854


-- 
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] github-actions[bot] commented on issue #3854: Cannot retrieve Camel K operator version when in global mode in different ns

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #3854:
URL: https://github.com/apache/camel-k/issues/3854#issuecomment-1449126599

   This issue has been automatically marked as stale due to 90 days of inactivity. 
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply write any comment.
   Thanks for your contributions!


-- 
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] squakez commented on issue #3854: Cannot retrieve Camel K operator version when in global mode in different ns

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

   This was the original design. As we're moving more into a multi tenancy operator model it may makes sense to list all the operators available and their related names. However, this may be challenging because the `IntegrationPlatform` may not be always present and we should make sure that the `IntegrationPlatform` we're looking for is the one reconciled by the given operator.


-- 
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