You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "diegovisentin (via GitHub)" <gi...@apache.org> on 2023/08/01 10:36:35 UTC

[GitHub] [camel-k] diegovisentin opened a new issue, #4632: Error running integration on Camel-K v2

diegovisentin opened a new issue, #4632:
URL: https://github.com/apache/camel-k/issues/4632

   I have successfully installed Camel-K v2 on Minikube via Kamel CLI with enabled monitoring.
   But I get a build error when I try to run a new dummy flow like this:
   ```
   developer@DVL1:~$ cat test1.yaml
   - from:
       uri: "timer:yaml"
       parameters:
         period: "2s"
       steps:
         - set-body:
             constant: "Ciao Camel K from yaml"
         - to: "log:info"
   
   developer@DVL1:~$ ./kamel run test1.yaml
   ```
   ```
   {"level":"info","ts":1690883966.7415214,"logger":"camel-k.builder","msg":"artifacts selected: [camel-k-integration-2.0.0.jar org.apache.camel.k.camel-k-core-2.16.0.jar org.apache.camel.k.camel-k-core-api-2.16.0.jar org.apache.camel.k.camel-k-core-support-2.16.0.jar org.apache.camel.k.camel-k-runtime-2.16.0.jar generated-bytecode.jar quarkus-application.dat quarkus-app-dependencies.txt quarkus-run.jar]"}
   {"level":"info","ts":1690883966.741524,"logger":"camel-k.builder","msg":"base image: eclipse-temurin:11"}
   {"level":"info","ts":1690883966.7415257,"logger":"camel-k.builder","msg":"resolved base image: 10.103.206.239/default/camel-k-kit-cj3sql9f8hje354kdu4g@sha256:27353d0bb352915559ce25ac06aeec0c19501da2859ea0b8a4ff5f12aaa1c91d"}
   {"level":"info","ts":1690883966.7622123,"logger":"camel-k","msg":"spectrum - 2023/08/01 09:59:26 Pulling base image 10.103.206.239/default/camel-k-kit-cj3sql9f8hje354kdu4g@sha256:27353d0bb352915559ce25ac06aeec0c19501da2859ea0b8a4ff5f12aaa1c91d (insecure=true)..."}
   {"level":"info","ts":1690883966.7652557,"logger":"camel-k.controller.build","msg":"Build duration 1m9.765225179s","request-namespace":"default","request-name":"test1","build-attempt":0,"build-result":"Failed","build-duration":69.765225179,"api-version":"camel.apache.org/v1","kind":"Build","ns":"default","name":"kit-cj4deedunbcd6htht910"}
   {
   	"level": "error",
   	"ts": 1690883966.7658196,
   	"logger": "camel-k.controller.build",
   	"msg": "Build kit-cj4deedunbcd6htht910 failed: could not pull base image image 10.103.206.239/default/camel-k-kit-cj3sql9f8hje354kdu4g@sha256:27353d0bb352915559ce25ac06aeec0c19501da2859ea0b8a4ff5f12aaa1c91d: GET http://10.103.206.239/v2/default/camel-k-kit-cj3sql9f8hje354kdu4g/manifests/sha256:27353d0bb352915559ce25ac06aeec0c19501da2859ea0b8a4ff5f12aaa1c91d: MANIFEST_UNKNOWN: manifest unknown; map[Name:default/camel-k-kit-cj3sql9f8hje354kdu4g Revision:sha256:27353d0bb352915559ce25ac06aeec0c19501da2859ea0b8a4ff5f12aaa1c91d]",
   	"request-namespace": "default",
   	"request-name": "kit-cj4deedunbcd6htht910",
   	"api-version": "camel.apache.org/v1",
   	"kind": "Build",
   	"ns": "default",
   	"name": "kit-cj4deedunbcd6htht910",
   	"stacktrace": "github.com/apache/camel-k/v2/pkg/util/log.Logger.Errorf
   	               github.com/apache/camel-k/v2/pkg/util/log/log.go:60
   	               github.com/apache/camel-k/v2/pkg/controller/build.(*monitorRoutineAction).updateBuildStatus
   	               	github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:203
   	               github.com/apache/camel-k/v2/pkg/controller/build.(*monitorRoutineAction).runBuild
   	               	github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:187"
   }
   ```
   
   PS:
   I installed Camel-K with standard example and that one works well:
   ```
   developer@DVL1:~$ ./kamel get
   NAME    PHASE   KIT
   example Running default/kit-cj3sql9f8hje354kdu4g
   ```
   ```
   developer@DVL1:~$ ./kamel log example
   Integration 'example' is now running. Showing log ...
   [1] Monitoring pod example-7765b678c8-4nw29
   [1] exec java -cp ./resources:/etc/camel/application.properties:/etc/camel/conf.d/_resources:/etc/camel/resources:/etc/camel/sources/camel-k-embedded-flow.yaml:dependencies/app/camel-k-integration-1.12.1.jar:dependencies/lib/boot/io.github.crac.org-crac-0.1.3.jar:dependencies/lib/boot/io.quarkus.quarkus-bootstrap-runner-2.16.0.Final.jar:dependencies/lib/boot/io.quarkus.quarkus-development-mode-spi-2.16.0.Final.jar:dependencies/lib/boot/io.smallrye.common.smallrye-common-io-1.13.2.jar:dependencies/lib/boot/org.glassfish.jakarta.json-1.1.6.jar:dependencies/lib/boot/org.graalvm.sdk.graal-sdk-22.3.0.jar:dependencies/lib/boot/org.jboss.logging.jboss-logging-3.5.0.Final.jar:dependencies/lib/boot/org.jboss.logmanager.jboss-logmanager-embedded-1.0.11.jar:dependencies/lib/boot/org.wildfly.common.wildfly-common-1.5.4.Final-format-001.jar:dependencies/lib/main/com.fasterxml.jackson.core.jackson-annotations-2.14.1.jar:dependencies/lib/main/com.fasterxml.jackson.core.jackson-core-2.14.1.jar:de
 pendencies/lib/main/com.fasterxml.jackson.core.jackson-databind-2.14.1.jar:dependencies/lib/main/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.14.1.jar:dependencies/lib/main/com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.14.1.jar:dependencies/lib/main/com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.14.1.jar:dependencies/lib/main/com.fasterxml.jackson.module.jackson-module-parameter-names-2.14.1.jar:dependencies/lib/main/com.github.mifmif.generex-1.0.2.jar:dependencies/lib/main/com.squareup.okhttp3.logging-interceptor-3.14.9.jar:dependencies/lib/main/com.squareup.okhttp3.okhttp-3.14.9.jar:dependencies/lib/main/com.squareup.okio.okio-1.17.2.jar:dependencies/lib/main/dk.brics.automaton.automaton-1.11-8.jar:dependencies/lib/main/io.fabric8.kubernetes-client-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-client-api-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-httpclient-okhttp-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-admiss
 ionregistration-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-apiextensions-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-apps-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-autoscaling-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-batch-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-certificates-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-common-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-coordination-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-core-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-discovery-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-events-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-extensions-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-flowcontrol-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-gatewayapi-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-metrics-6.3.1.j
 ar:dependencies/lib/main/io.fabric8.kubernetes-model-networking-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-node-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-policy-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-rbac-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-scheduling-6.3.1.jar:dependencies/lib/main/io.fabric8.kubernetes-model-storageclass-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-client-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-client-api-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-clusterautoscaling-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-config-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-console-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-hive-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-installer-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-machin
 e-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-machineconfig-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-miscellaneous-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-monitoring-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-operator-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-operatorhub-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-storageversionmigrator-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-tuned-6.3.1.jar:dependencies/lib/main/io.fabric8.openshift-model-whereabouts-6.3.1.jar:dependencies/lib/main/io.fabric8.zjsonpatch-0.3.0.jar:dependencies/lib/main/io.quarkus.arc.arc-2.16.0.Final.jar:dependencies/lib/main/io.quarkus.quarkus-arc-2.16.0.Final.jar:dependencies/lib/main/io.quarkus.quarkus-core-2.16.0.Final.jar:dependencies/lib/main/io.quarkus.quarkus-fs-util-0.0.9.jar:dependencies/lib/main/io.quarkus.quarkus-jackson-2.16.0.Final.jar:dependencies/lib/main/io.quarkus.quarkus-jsonp-2.1
 6.0.Final.jar:dependencies/lib/main/io.quarkus.quarkus-kubernetes-client-2.16.0.Final.jar:dependencies/lib/main/io.quarkus.quarkus-kubernetes-client-internal-2.16.0.Final.jar:dependencies/lib/main/io.quarkus.quarkus-logging-json-2.16.0.Final.jar:dependencies/lib/main/io.smallrye.common.smallrye-common-annotation-1.13.2.jar:dependencies/lib/main/io.smallrye.common.smallrye-common-classloader-1.13.2.jar:dependencies/lib/main/io.smallrye.common.smallrye-common-constraint-1.13.2.jar:dependencies/lib/main/io.smallrye.common.smallrye-common-expression-1.13.2.jar:dependencies/lib/main/io.smallrye.common.smallrye-common-function-1.13.2.jar:dependencies/lib/main/io.smallrye.config.smallrye-config-2.13.1.jar:dependencies/lib/main/io.smallrye.config.smallrye-config-common-2.13.1.jar:dependencies/lib/main/io.smallrye.config.smallrye-config-core-2.13.1.jar:dependencies/lib/main/io.smallrye.config.smallrye-config-source-yaml-2.13.1.jar:dependencies/lib/main/io.smallrye.reactive.mutiny-1.8.0.jar:d
 ependencies/lib/main/jakarta.annotation.jakarta.annotation-api-1.3.5.jar:dependencies/lib/main/jakarta.el.jakarta.el-api-3.0.3.jar:dependencies/lib/main/jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.jar:dependencies/lib/main/jakarta.inject.jakarta.inject-api-1.0.jar:dependencies/lib/main/jakarta.interceptor.jakarta.interceptor-api-1.2.5.jar:dependencies/lib/main/jakarta.transaction.jakarta.transaction-api-1.3.3.jar:dependencies/lib/main/org.apache.camel.camel-api-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-base-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-base-engine-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-bean-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-cloud-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-cluster-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-componentdsl-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-core-catalog-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-core-engine-3
 .20.1.jar:dependencies/lib/main/org.apache.camel.camel-core-languages-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-core-model-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-core-processor-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-core-reifier-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-dsl-support-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-endpointdsl-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-kubernetes-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-log-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-main-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-management-api-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-microprofile-config-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-support-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-timer-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-tooling-model-3.20.1.jar:dependencies/lib/main/org.apache.camel.cam
 el-util-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-util-json-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-yaml-dsl-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-yaml-dsl-common-3.20.1.jar:dependencies/lib/main/org.apache.camel.camel-yaml-dsl-deserializers-3.20.1.jar:dependencies/lib/main/org.apache.camel.k.camel-k-core-1.17.1.jar:dependencies/lib/main/org.apache.camel.k.camel-k-core-api-1.17.1.jar:dependencies/lib/main/org.apache.camel.k.camel-k-core-support-1.17.1.jar:dependencies/lib/main/org.apache.camel.k.camel-k-runtime-1.17.1.jar:dependencies/lib/main/org.apache.camel.quarkus.camel-quarkus-bean-2.16.0.jar:dependencies/lib/main/org.apache.camel.quarkus.camel-quarkus-core-2.16.0.jar:dependencies/lib/main/org.apache.camel.quarkus.camel-quarkus-core-cloud-2.16.0.jar:dependencies/lib/main/org.apache.camel.quarkus.camel-quarkus-kubernetes-2.16.0.jar:dependencies/lib/main/org.apache.camel.quarkus.camel-quarkus-log-2.16.0.jar:dependencies/lib/main/org
 .apache.camel.quarkus.camel-quarkus-support-commons-logging-2.16.0.jar:dependencies/lib/main/org.apache.camel.quarkus.camel-quarkus-timer-2.16.0.jar:dependencies/lib/main/org.apache.camel.quarkus.camel-quarkus-yaml-dsl-2.16.0.jar:dependencies/lib/main/org.apache.commons.commons-compress-1.22.jar:dependencies/lib/main/org.eclipse.microprofile.config.microprofile-config-api-2.0.1.jar:dependencies/lib/main/org.eclipse.microprofile.context-propagation.microprofile-context-propagation-api-1.2.jar:dependencies/lib/main/org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final.jar:dependencies/lib/main/org.jboss.logging.jboss-logging-annotations-2.2.1.Final.jar:dependencies/lib/main/org.jboss.slf4j.slf4j-jboss-logmanager-1.2.0.Final.jar:dependencies/lib/main/org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.0.Final.jar:dependencies/lib/main/org.jboss.threads.jboss-threads-3.4.3.Final.jar:dependencies/lib/main/org.reactivestreams.reactive-streams-1.0.3.jar:dependencies/lib/main/or
 g.slf4j.slf4j-api-1.7.36.jar:dependencies/lib/main/org.snakeyaml.snakeyaml-engine-2.3.jar:dependencies/lib/main/org.yaml.snakeyaml-1.33.jar:dependencies/quarkus-app-dependencies.txt:dependencies/quarkus-run.jar:dependencies/quarkus/generated-bytecode.jar:dependencies/quarkus/quarkus-application.dat io.quarkus.bootstrap.runner.QuarkusEntryPoint
   [1] 2023-08-01 09:35:42,342 INFO  [org.apa.cam.k.Runtime] (main) Apache Camel K Runtime 1.17.1
   [1] 2023-08-01 09:35:42,522 INFO  [org.apa.cam.qua.cor.CamelBootstrapRecorder] (main) Bootstrap runtime: org.apache.camel.quarkus.main.CamelMainRuntime
   [1] 2023-08-01 09:35:42,525 INFO  [org.apa.cam.mai.MainSupport] (main) Apache Camel (Main) 3.20.1 is starting
   [1] 2023-08-01 09:35:42,735 INFO  [org.apa.cam.k.lis.SourcesConfigurer] (main) Loading routes from: SourceDefinition{name='camel-k-embedded-flow', language='yaml', type='source', location='file:/etc/camel/sources/camel-k-embedded-flow.yaml', }
   [1] 2023-08-01 09:35:43,622 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.20.1 (camel-1) is starting
   [1] 2023-08-01 09:35:43,714 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main) Routes startup (started:1)
   [1] 2023-08-01 09:35:43,716 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main)     Started route1 (timer://yaml)
   [1] 2023-08-01 09:35:43,716 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.20.1 (camel-1) started in 380ms (build:0ms init:287ms start:93ms)
   [1] 2023-08-01 09:35:43,721 INFO  [io.quarkus] (main) camel-k-integration 1.12.1 on JVM (powered by Quarkus 2.16.0.Final) started in 5.599s.
   [1] 2023-08-01 09:35:43,721 INFO  [io.quarkus] (main) Profile prod activated.
   [1] 2023-08-01 09:35:43,721 INFO  [io.quarkus] (main) Installed features: [camel-bean, camel-core, camel-k-core, camel-k-runtime, camel-kubernetes, camel-log, camel-timer, camel-yaml-dsl, cdi, kubernetes-client]
   [1] 2023-08-01 09:35:44,719 INFO  [info] (Camel (camel-1) thread #1 - timer://yaml) Exchange[ExchangePattern: InOnly, BodyType: String, Body: Hello from Camel K]
   [1] 2023-08-01 09:35:45,711 INFO  [info] (Camel (camel-1) thread #1 - timer://yaml) Exchange[ExchangePattern: InOnly, BodyType: String, Body: Hello from Camel K]
   [1] 2023-08-01 09:35:46,712 INFO  [info] (Camel (camel-1) thread #1 - timer://yaml) Exchange[ExchangePattern: InOnly, BodyType: String, Body: Hello from Camel K]
   ```
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] essobedo commented on issue #4632: Error running integration on Camel-K v2

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo commented on issue #4632:
URL: https://github.com/apache/camel-k/issues/4632#issuecomment-1660260169

   A blind guess: Maybe the docker image `10.103.206.239/default/camel-k-kit-cj3sql9f8hje354kdu4g` is corrupted? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] claudio4j commented on issue #4632: Error running integration on Camel-K v2

Posted by "claudio4j (via GitHub)" <gi...@apache.org>.
claudio4j commented on issue #4632:
URL: https://github.com/apache/camel-k/issues/4632#issuecomment-1660516387

   For minikube, I do a `eval $(minikube docker-env)` then `docker rmi` to remove it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] claudio4j commented on issue #4632: Error running integration on Camel-K v2

Posted by "claudio4j (via GitHub)" <gi...@apache.org>.
claudio4j commented on issue #4632:
URL: https://github.com/apache/camel-k/issues/4632#issuecomment-1660280846

   Sometimes I see this type of error, cannot pull an image, so I just clean the integrationskits and the old images from internal registry, to force a clean build.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] diegovisentin commented on issue #4632: Error running integration on Camel-K v2

Posted by "diegovisentin (via GitHub)" <gi...@apache.org>.
diegovisentin commented on issue #4632:
URL: https://github.com/apache/camel-k/issues/4632#issuecomment-1660507216

   I followed your hint to remove the integration-kits. It wasn't easy because the manifest request returned corrupted. The script [https://github.com/byrnedo/docker-reg-tool](https://github.com/byrnedo/docker-reg-tool) has greatly simplified the operation.
   So without any pre-existing kit the build and run of the trivial flow was successful.
   
   PS: I didn't find the way to perform the garbage-collection on the repository, maybe because I'm using the one inside Minikube.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] essobedo commented on issue #4632: Error running integration on Camel-K v2

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo commented on issue #4632:
URL: https://github.com/apache/camel-k/issues/4632#issuecomment-1660263012

   You should try to remove the corresponding integration and integration kit and try again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] diegovisentin closed issue #4632: Error running integration on Camel-K v2

Posted by "diegovisentin (via GitHub)" <gi...@apache.org>.
diegovisentin closed issue #4632: Error running integration on Camel-K v2
URL: https://github.com/apache/camel-k/issues/4632


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org