Refactor master trait to use camel-quarkus-kubernetes
The functionality of camel-k-master is present in camel-quarkus-kubernetes.
We should refactor camel-k master trait to use the camel-quarkus-kubernetes.
@squakez @christophd wdyt ?
Subtask of #4166
This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions!
@claudio4j I understand this is something we're not planning to release in the first version of Camel K 2, right?
You are correct, not planned to release for 2.0.
The new implementation is available in https://github.com/squakez/camel-k/tree/feat/4048 - however it misses the support for build properties which conflicts with maven properties. The actual required property quarkus.camel.cluster.kubernetes.labels."camel.apache.org/integration"=xyz cannot be used into xml properties. As soon as we solve that problem we can use it.
The final result would be like in #5090