Pasquale Congiusti
Pasquale Congiusti
Maybe we should not let it closed yet. @christophd can you confirm if it makes sense to keep it open and never stale?
There are several ways to use custom dependencies. Pre 1.9 you can use Jitpack dependencies (https://camel.apache.org/camel-k/1.9.x/configuration/dependencies.html#dependencies-kind-jitpack). In 1.9 release you can use directly the `-d` option passing your dependency, such...
Ah, okey, I got it now. That is not possible at the moment. Maybe you can play a bit with the `jvm` trait and use the options to tune the...
I have the feeling we can consider this more as a bug. The CLI should be able to output something even when disconnected. Thanks for reporting and feel free to...
By the way, the `local` and the `run` have different natures as the local won't be able to handle CRs such an Integration.
I wonder if it would be enough to use `kamel install --registry ... --maven ... -o yaml > offline-installer.yaml`, export the output and apply on any other cluster via `kubect...
Thanks for reporting. I am not sure if that is kind of expected. I mean, when we set a knative service trait, it would be supposed the user to scale...
Thanks for the interest. Please, reach out to me if you need any help.
Hello, I've already answered in the chat, though, it's easier for me following up here asynchronously. As a reference you can used the output produced by the following statement: ```...
Yeah, this one will fix the problem: #3222 In the while, you can temporary change that value manually on your makefile, and then, revert before committing, so it won't conflict...