Re: Camel-K modelines: is it possible to access ConfgMaps and Secrets in another namespace ?

2022-09-13 Thread Claudio Miranda
On Tue, Sep 13, 2022 at 1:49 PM Christoph Weiss wrote: > > Is it possible to acess ConfigMaps and Secrets in another namespace using > “config / resource modeline”? (see > https://camel.apache.org/camel-k/1.9.x/cli/modeline.html) Not possible at the moment, since that would require additional r

Camel-K modelines: is it possible to access ConfgMaps and Secrets in another namespace ?

2022-09-13 Thread Christoph Weiss
Dear User Community, Short question: Is it possible to acess ConfigMaps and Secrets in another namespace using “config / resource modeline”? (see https://camel.apache.org/camel-k/1.9.x/cli/modeline.html) If yes, what would be the syntax? (well I guess it is not possible … ; ) ) Regards Christo

Re: Circuit Breaker with resilience4j configuration not working as expected in 3.18.2

2022-09-13 Thread Claus Ibsen
Hi Are you able to put together a sample Camel project that reproduces this problem, and upload it to either github somewhere, or as a .zip file? And you are welcome to create a JIRA ticket, where you can upload the .zip file. That is easier for us to use to look into this. And you are surely wel

Circuit Breaker with resilience4j configuration not working as expected in 3.18.2

2022-09-13 Thread Abhishek Rajendra Yadav
Hi, While upgrading Camel from our current verion (3.4.2) to the latest version (3.18.2) we are running into an issue where the resilience4j circuit breaker is not working as expected. After the circuit is OPEN it should throw an exception(CallNotPermittedException) same as 3.4.2 but instead th

Re: Camel-K Operator: can I add additional labels to the image build?

2022-09-13 Thread Antonin Stefanutti
Hi Christoph, This is currently not supported. I agree this would be useful for a number of use cases. Ideally, this should be implemented consistently for all build strategies (s2i, buildah, kaniko, spectrum). Could you please create an issue? Cheers, Antonin > On 12 Sep 2022, at 16:24, Chr

RE: kamel run - which component creates the Kubernetes CR ?

2022-09-13 Thread Christoph Weiss
Hi Claudio, Yes, this was the piece I was looking for. Thanks a lot for clarifying and the links to the source code ! Cheers - Christoph -Original Message- From: Claudio Miranda Sent: Monday, 12 September 2022 21:42 To: users@camel.apache.org Subject: [EXTERNAL] Re: kamel run - whi