Is there a way to create Integration CRs just via kamel command line ? (without a "running cluster" )

2022-07-20 Thread Christoph Weiss
Hi All, I would like to create Integration CRs based on an Integration yam file. Is this possible by just using the “kamel command line” (I failed sofar). Or do I always need for this purpose a running cluster with a Camel-K Operator installed. Thanks for your help in advance Christoph

Staging of Camel-K Integrations - Best Practices ?

2022-08-16 Thread Christoph Weiss
Hello, I am looking for “best practices” to stage a Camel-K Integration across multiple environment (e.g., Test, PreProd, Prod). My primary goal is to have only one “image build” (and not one per stage). My current understanding is that I would need to stage the Integration and IntegrationKit

RE: Staging of Camel-K Integrations - Best Practices ?

2022-08-18 Thread Christoph Weiss
essentially what you are looking for. It does promote the integration and image build tested in a dev namespace to a prod namespace. https://github.com/apache/camel-k/pull/3325 The documentation is still to be done. On Wed, Aug 17, 2022 at 12:21 AM Christoph Weiss wrote: > Hello, > > I a

RE: Staging of Camel-K Integrations - Best Practices ?

2022-08-18 Thread Christoph Weiss
? Hi Christoph, On Thu, Aug 18, 2022 at 4:20 PM Christoph Weiss wrote: > Hi Sato, > > Thanks for the info! > > So from a base it looks like what we want to achieve. > However our requirement is a little bit different as we need to stage > to another cluster. I don

kamel run - which component creates the Kubernetes CR ?

2022-09-12 Thread Christoph Weiss
Hello, Short question: I am wondering which “component” is creating the “Kubernetes Integration CR” when running “kamel run” (based on a given Integration written e.g. in groovy or any other DSL). Is this done locally by the CLI tool – or already a function happing on the Cluster / Operator sit

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

2022-09-12 Thread Christoph Weiss
Dear User Group, Short question: We have the requirement to add additional labels to the image that is build by the Camel-K Operator (via the IntegrationKit and Build CR). Is this possible? If yes: how could this be achieved? Any hints are more than welcome. Thanks Christoph

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

2022-09-12 Thread Christoph Weiss
component creates the Kubernetes CR ? Hi See the Camel K architecture documentation that helps clear up some of your questions https://camel.apache.org/camel-k/1.10.x/architecture/architecture.html On Mon, Sep 12, 2022 at 4:21 PM Christoph Weiss wrote: > Hello, > > Short quest

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

2022-09-13 Thread Christoph Weiss
- which component creates the Kubernetes CR ? On Mon, Sep 12, 2022 at 11:21 AM Christoph Weiss wrote: > > Short question: I am wondering which “component” is creating the “Kubernetes > Integration CR” when running “kamel run” (based on a given Integration > written e.g. in groovy or a

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

Is there a versioning concept for Kamelets ?

2022-09-26 Thread Christoph Weiss
Hi All, Short question / just wondering: From my understanding the link between an Integration and Kamelet CR is only done based on the “Kamelet name”. There is no option to define within the Integration any additional version or filtering tag for a Kamelet. Is my understanding correct? Thanks

Camel-K: question on LTS support

2022-11-08 Thread Christoph Weiss
Dear User Group, Short question: For Camel-K 1.8 it is stated that this is a LTS release (https://camel.apache.org/camel-k/1.8.x/index.html). Who is providing this support? Is it Apache directly – or one of the commercial parties? In addition: is there any other LTS release planned? Are you awa

Camel-K - how to change version for Kaniko Builder

2023-02-21 Thread Christoph Weiss
Dear User Group, Short question: We are running Camel-K 1.11 and want to use Kaniko as Builder. Taking a look at the source code I see the Kaniko build pod with version 0.17.1 is used. Is there anyway to set (via a central config) another version? E.g. via the IntegrationPlatform Custom Resource

RE: Camel-K - how to change version for Kaniko Builder

2023-02-21 Thread Christoph Weiss
l.apache.org ____ From: Christoph Weiss Sent: Tuesday, February 21, 2023 15:45 To: users@camel.apache.org Subject: Camel-K - how to change version for Kaniko Builder Dear User Group, Short question: We are running Camel-K 1.11 and want to use Kaniko as Builder. Taking a look at the source co

Camel-K -question on multiple controllers and thread behavior

2023-06-26 Thread Christoph Weiss
I am new to the Go language – thus following question might be stupid (but I hope not … 😉); The Camel-K Operator includes multiple controllers. Further my assumption is that the Operator itself runs multiple threads and can execute the controllers in parallel. Is this understanding correct? An