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

[GitHub] [camel-k] mertdotcc opened a new issue, #4146: Bring in startup probes to the Health trait

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-unsubscribe@camel.apache.org.apache.org

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


[GitHub] [camel-k] mertdotcc commented on issue #4146: Bring in startup probes to the Health trait

Posted by "mertdotcc (via GitHub)" <gi...@apache.org>.
mertdotcc commented on issue #4146:
URL: https://github.com/apache/camel-k/issues/4146#issuecomment-1477479320

   Alright! Sounds good, thanks @squakez!


-- 
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


[GitHub] [camel-k] mertdotcc commented on issue #4146: Bring in startup probes to the Health trait

Posted by "mertdotcc (via GitHub)" <gi...@apache.org>.
mertdotcc commented on issue #4146:
URL: https://github.com/apache/camel-k/issues/4146#issuecomment-1477454715

   @squakez If you agree that this is worth adding to Camel-K, I would like to volunteer and take over this. I might need some help here and there though, as this would be my first contribution to the project (outside of some documentation-related commits). But I have been meaning to start contributing to this project, which I use almost every day; and I feel like this would make a nice entry point for me to get started.


-- 
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


[GitHub] [camel-k] squakez commented on issue #4146: Bring in startup probes to the Health trait

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on issue #4146:
URL: https://github.com/apache/camel-k/issues/4146#issuecomment-1477477203

   Fantastic! We'll be more than happy to help you getting through it. Typically trait development is a very good way to start contributing at the project as you only focus on a specific aspect of the development. I'm assigning this to you and feel free to ping me through this issue or any PR you'll be submitting in order to help you sort out any problem. Also Apache Mailing list is a good way of communicating and Zulip chat (ping me directly as I may miss some thread otherwise).


-- 
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


[GitHub] [camel-k] squakez closed issue #4146: Bring in startup probes to the Health trait

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed issue #4146: Bring in startup probes to the Health trait
URL: https://github.com/apache/camel-k/issues/4146


-- 
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