Results 5 issues of catshout

Hi all. We're still working with Camel-K 1.8.0. We did experience that an Integration Kit build runs into an endless loop when a lower level image can't be pulled from...

kind/bug
status/waiting-for-feedback
area/build-system

We're integrating the installation of the Camel-K Operator into our CD pipeline based on Helm Charts. Is there an option to configure the --global installation parameter within the Helm Chart?...

kind/question
area/installation

I did install on a GKE * Camel-K 1.6 * the Jaeger Operator following https://github.com/jaegertracing/jaeger-operator The Jaeger operator starts well, the UI is reachable. Afterwards I did execute `kamel run...

kind/bug
status/waiting-for-feedback

I've a fresh installed Camel-K 1.8.0 Operator. My sample route `hello.java` like ``` from('timer:tick?period=3000') .setBody().constant('Hello world from Camel K') .to('log:info') ``` and tried to execute the following command `kamel run...

kind/feature
status/never-stale

I'm going to run an Integration with a reference to an existing Integration Kit. ``` kamel run -t prometheus.enabled=true -k basic Hello.java -n integration-dev ``` When I'm using the `-o...

kind/feature
status/never-stale
area/cli