camel-k icon indicating copy to clipboard operation
camel-k copied to clipboard

Refactor master trait to use camel-quarkus-kubernetes

Open claudio4j opened this issue 2 years ago • 5 comments

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.

claudio4j avatar Feb 10 '23 13:02 claudio4j

@squakez @christophd wdyt ?

claudio4j avatar Feb 10 '23 13:02 claudio4j

Subtask of #4166

squakez avatar Mar 27 '23 15:03 squakez

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!

github-actions[bot] avatar Jun 26 '23 00:06 github-actions[bot]

@claudio4j I understand this is something we're not planning to release in the first version of Camel K 2, right?

squakez avatar Jun 28 '23 11:06 squakez

You are correct, not planned to release for 2.0.

claudio4j avatar Jun 28 '23 12:06 claudio4j

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

squakez avatar Feb 26 '24 12:02 squakez