squakez commented on issue #5024: URL: https://github.com/apache/camel-k/issues/5024#issuecomment-2082919713
Enabling this trait by default (with readiness probe only) would have the following side effects [1]: * Debug feature is not working, so, we should disable the trait explicitly when running in debug mode * An errored route would be never in ready state (that should be fine, but we have tests that are checking the Integration is running and is logging certain errors) * It seems that the health is affecting the execution of cron (or the test which result in error). I don't have yet a clear understanding of what's happening. * It is affecting the master trait (here maybe for good as it seems that the switch from a Pod to another is immediate, so, only the test may require some attention) [1] https://github.com/apache/camel-k/actions/runs/8849672619?pr=5096 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
