tdiesler commented on PR #14997: URL: https://github.com/apache/camel/pull/14997#issuecomment-2268675145
Currently, we make a copy of the respective *-pom.tmpl for each runtime. i.e. you will find `*-kubernetes-pom.tmpl` for each runtime. Then, it is up to JKube to package the executable jar for use in the Docker container, build the image and finally generate the k8s manifest. Hence, when you do `camel kubernetes export`, you'll get an executable jar, which you can run as documented [here](https://github.com/tdiesler/camel-cloud-examples/tree/main/main/timer-log). It is however not the same as you would get from plain `camel export`. The idea was to implement `camel kubernetes export`, with as little as possible changes to the plain export/run. PS: Indeed, the `package as runner jar` step was delete by mistake. -- 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