gansheer commented on PR #15087: URL: https://github.com/apache/camel/pull/15087#issuecomment-2283912497
> > @christophd Any idea what that could be? I assume that access to the API server must generally have worked for the deploy to succeed. I tried with your branch and it works well: ``` jbang --fresh run --deps=org.apache.camel:camel-jbang-plugin-kubernetes:4.8.0-SNAPSHOT camel-local kubernetes run route.yaml --logs \ --gav=examples:timer-log:1.0.0 \ --trait container.imagePullPolicy=IfNotPresent \ --trait service.type=NodePort \ --runtime=camel-main [jbang] Resolving dependencies... [jbang] org.apache.camel:camel-bom:4.8.0-SNAPSHOT@pom [jbang] org.apache.camel:camel-jbang-core:4.8.0-SNAPSHOT [jbang] org.apache.camel.kamelets:camel-kamelets:4.7.0 [jbang] org.apache.camel:camel-jbang-plugin-kubernetes:4.8.0-SNAPSHOT [jbang] Dependencies resolved [jbang] Building jar for CamelJBang.java... Exporting application ... Deploying to Kubernetes ... Warning: JAVA_HOME environment variable is not set. kubectl get pod -l camel.apache.org/integration=timer-log 2024-08-12 12:52:09.582 INFO 1 --- [ main] org.apache.camel.main.MainSupport : Apache Camel (Main) 4.8.0-SNAPSHOT is starting 2024-08-12 12:52:10.207 INFO 1 --- [ main] org.apache.camel.main.BaseMainSupport : Classpath scanning enabled from base package: examples.timerlog 2024-08-12 12:52:13.868 INFO 1 --- [ main] org.apache.camel.main.BaseMainSupport : Auto-configuration summary 2024-08-12 12:52:13.871 INFO 1 --- [ main] org.apache.camel.main.BaseMainSupport : [application.properties] camel.main.basePackageScan=examples.timerlog 2024-08-12 12:52:13.874 INFO 1 --- [ main] org.apache.camel.main.BaseMainSupport : [application.properties] camel.server.enabled=true 2024-08-12 12:52:13.876 INFO 1 --- [ main] org.apache.camel.main.BaseMainSupport : [application.properties] camel.server.healthCheckEnabled=true 2024-08-12 12:52:14.070 INFO 1 --- [ main] e.camel.impl.engine.AbstractCamelContext : Apache Camel 4.8.0-SNAPSHOT (camel-1) is starting 2024-08-12 12:52:16.103 INFO 1 --- [ntloop-thread-0] tform.http.vertx.VertxPlatformHttpServer : Vert.x HttpServer sta ``` -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org