Pasquale Congiusti
Pasquale Congiusti
It sounds weird. The Integration and related Deployment/Pod should be created and the runtime used should be the new one you specified. Mind that it would probably run a new...
Okey, thanks. Could you please run the following `kubectl get it hello -o yaml`? so we can check why the integration is on error. In general, you can have a...
We can mimick route trait configuration where we have: ``` -t "route.annotations.'haproxy.router.openshift.io/balance'=true" ``` and develop something similar with: ``` -t "logging.category.'org.test'=DEBUG" ```
@realMartinez @claudio4j what's the status of this? are you going to work on it and include in 2.4 milestone?
cc @davsclaus @oscerd @lburgazzoli @claudio4j @essobedo @gansheer @tadayosi
> Very interesting idea, here are my first questions/remarks > > 1. What would be the expected content of your git project, to be able to launch it with the...
> I'm getting confused, what would be the interest of keeping inferring the dependencies and storing them in the IK and Build if the maven project is generated by Camel...
> If we wanted to have Camel-K agnostic to the Java Application launched, would you mind listing what we would need to add? Just to allow me to understand how...
> > I am all in for this proposal to have the standard maven project with source code instead of injecting it, sound more natural and allows flexibility in the...
> @squakez when talking about git, what does that mean exactly ? In my mind, cloning a project from git could and should be supported, pushing to git as a...