Pasquale Congiusti
Pasquale Congiusti
Sure. I've added a description. Basically we need to think some example to show how to use the trait.
For some reason it did not build the Kit. Please try to reset your work (`kamel reset`) and they retry to see if that fixes. It would also be good...
The project build failure is a separate issue to this. About the different languages examples, please have a look at the following: https://github.com/apache/camel-k/tree/main/examples/languages
@christophd do you mind having a look? is there any quick workaround?
I've set the WATCH_NAMESPACE. The integration complains that an IntegrationPlatform is not found (even if I had to create on that namespace to override the registry setting).
I managed to see that the problem is that the local operator does not understand the `camel.apache.org/operator.id: camel-k` annotation. If I remove it from both IntegrationPlatform and Integration they are...
I had another try with clean environment, and, if we set the `KAMEL_OPERATOR_ID` with the name of the operator, then, the resources are reconciled. I'll update the documentation accordingly.
Interesting... we're talking about same stuff in #3341 I start thinking that the `rebuild` should build from scratch then...
I had a look at this. I did not manage to replicate the issue. Actually it happens that when we do a `kamel rebuild` after a Camel K operator upgrade,...
Looks good then. FYI, I've noticed that from 1.8 to 1.9 we were suffering rebuilds issues, but the seems to be gone from 1.9 to 1.10(nightly). Was the original reported...