Antonin Stefanutti

Results 303 comments of Antonin Stefanutti

+1. For reference, duplicates #1550. What we would lose is immediate feedback for some RBAC and s2i coverage mainly. The pros would be obvious (more stable, faster, cheaper, e2e test...

While the first build request passes: ```json {"level":"info","ts":1639501717.1190414,"logger":"camel-k.maven","msg":"executing: mvnd --no-transfer-progress -Dstyle.color=never -Dmaven.repo.local=/tmp/artifacts/m2 --settings /tmp/kit-c6scv571rsj03ggdc7m0-118741952/maven/settings.xml package","MAVEN_OPTS":"","PWD":"/tmp/kit-c6scv571rsj03ggdc7m0-118741952/maven"} {"level":"info","ts":1639501717.1405191,"logger":"camel-k.controller.integrationkit","msg":"Build running","request-namespace":"camel-k","request-name":"kit-c6scv571rsj03ggdc7m0","api-version":"camel.apache.org/v1","kind":"IntegrationKit","ns":"camel-k","name":"kit-c6scv571rsj03ggdc7m0"} {"level":"info","ts":1639501719.310807,"logger":"camel-k.maven.build","msg":"[INFO] Processing build on daemon 4162007d"} {"level":"info","ts":1639501719.3461616,"logger":"camel-k.maven.build","msg":"[INFO] Scanning for projects..."} {"level":"info","ts":1639501722.074389,"logger":"camel-k.controller.build","msg":"Reconciling Build","request-namespace":"camel-k","request-name":"kit-c6scv571rsj03ggdc7m0"} {"level":"info","ts":1639501722.0744765,"logger":"camel-k.controller.build","msg":"Invoking...

@ppalaga thanks, I confirm adding `true` to the `quarkus-maven-plugin` declaration fixes the issue!

> > I think we need to resume the work on this. > > +1. I think this would be great for Camel K. It's one of the topics proposed...

If I understand the issue correctly, it is two folds: **1. All the Integration resources are reconciled upon the operator startup:** This is the standard operator behavior, i.e., all the...

Right, native compilation is currently supported for YAML and XML integrations, as well as Kamelets.

@milank78git it should already be possible to add init containers using the _pod_ trait. You can add them in the PodSpec template provided with the `--pod-template` option of the `kamel...

Thanks for the feedback. There is currently no option to set the service type, hence defaulting to `ClusterIP`, though it should be straightforward to add an option to the service...

> I think the reason why it does not get discovered is that the example from master creates the Jaeger instance in the "observability" namespace, while the tracing trait expects...

> In my mind a wait or pending doesn't fit into a Micro Service related approach. If something can't be fulfilled I'd prefer an Error state if the reason could...