Pasquale Congiusti
Pasquale Congiusti
Closed in favour of #3743
I think this was discussed in the past. Kamelets are generic contents, not necessarily bound to the Camel K operator (ie, you can create a kamelet and let any other...
Looking deeper, it seems we already should support the uninstall of bundled kamelet see https://github.com/apache/camel-k/blob/4d248940a283e81dce6fa9845001d032889baef6/pkg/cmd/uninstall.go#L479. For some reason, we may miss the setting of the label during the installation procedure.
True, thanks for the info!
I can give a look on this. ~~@zregvart do you have some property example where I can look at? right now I'm working on #6371 but I don't have enough...
Development done to partially accomplish the feature is available here: https://github.com/squakez/syndesis/tree/feature/3951_sanitized_collisions. Dropped in favor of a different redesign of the feature.
Thanks for confirming that. The main problem is that the CLI is expecting to produce some output when we use `-o yaml`. In that case, if we slip any log...
It could be a solution. Although I am not 100% sure it's a good practice to have the output sent to different stream based on some flag selection: it may...
I've recently published a blog. Have a look here to see [how to install the Prometheus stack on kubernetes](https://camel.apache.org/blog/2022/07/camel-k-monitoring-ops/).
I had a look at this and the most immediate solution I can think is to have a default for `.spec.replicas` set to 1 when creating an Integration. However, I...