mertdotcc opened a new issue, #4146: URL: https://github.com/apache/camel-k/issues/4146
For some applications with long startup times, having the liveness and readiness probes set up to a specific value might be problematic as our application is not necessarily _not_ ready yet, as it is still starting up. Kubernetes recently introduced the [Startup Probes](https://camel.apache.org/camel-k/1.12.x/traits/health.html) so that we can have the ability to temporarily disable the liveness and readiness checks until the startup probe succeeds. I am aware that there is probably not an urgent need for this (also indicated by the non-existence of other issues regarding the lack of startup probes support) since most Camel-K integrations have super fast startup times; but having recently worked on a couple of integrations with quite decent startup times, I feel like ... why not? Let's add 'em. Open to discussions, thanks in advance! -- 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-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org