Pasquale Congiusti

Results 534 comments of Pasquale Congiusti

I've checked with @gansheer the expected behavior and we realized this is not a bug. Basically the lease is created by the operator `Pod` and it's correctly release when the...

Implicitly included in the will to move part of the CLI running logic into Camel JBang. Closing.

Probably already covered in the docs: https://camel.apache.org/camel-k/next/configuration/dependencies.html#local-remote-dependencies

Tekton strategy documentation: https://camel.apache.org/camel-k/2.0.x/pipeline/tekton.html

@gansheer I think this can be closed as completed, right?

Done in https://github.com/apache/camel-k-examples/tree/main/generic-examples/traits/health

The original Camel problem was fixed. However, it required some runtime properties to make it work, so, in order to fix the flaky test we should instead add those properties....

Hello. Just a couple of notes regarding this issue. First of all, you need to make sure that the property you're willing to use is really a build time properties...

InitContainers is something we support: https://camel.apache.org/camel-k/2.2.x/traits/pod.html#_init_containers - however I don't think it really solves the problem or at least, does not seems a very orthodox thing to do. I think...

I think you can make some example similar to what is done in the example directory. As a structure, have a look for instance at this example: https://github.com/apache/camel-k/tree/main/examples/kamelets/error-handler - you...