You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "squakez (via GitHub)" <gi...@apache.org> on 2023/04/03 09:36:31 UTC

[GitHub] [camel-k] squakez commented on issue #4179: Camel K 2.x upgrade 1.x strategy

squakez commented on issue #4179:
URL: https://github.com/apache/camel-k/issues/4179#issuecomment-1493997919

   I'm working to maintain `KameletBindings` reconciliation loop. We have a cost of duplicating code but I guess we can survive with that until we remove the CR. However, we have another problem. The `KameletBinding` is meant to work with `v1alpha1.Kamelet`, which is also promoted to `v1.Kamelet`. That means that the reconciliation loop fails as it does not find the expected type, but the new `v1` one. A possible approach here would be to fallback to the new Kamelet version during the reconciliation loop.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org