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

Drop support for `routine` versus `pod` building strategy

Open squakez opened this issue 1 year ago • 1 comments

The necessity to support the routine building strategy is a kind of a limitation as it requires the operator to be able to manage the operations concerns and the build concern, delegating this to some external Maven processes but on the same running Pod. I think that we should remove the support of routine entirely, letting the operator to spin off a Pod and perform the build accordingly as it already happens with pod strategy. This would simplify the design and maintenance of the project and likely the usage of the operator with one less concern to care. Anyway it would be something to consider in a major release only. Feedback are welcome.

squakez avatar Nov 28 '24 17:11 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 May 14 '25 00:05 github-actions[bot]