claudio4j commented on issue #3885: URL: https://github.com/apache/camel-k/issues/3885#issuecomment-1359452906
I was able to reproduce the readiness failure. When running the integration in a knative enabled profile, by default any http consumer is materialized as a knative service and after some inactivity period (no incoming http requests into the http endpoint) the integration pod is shutdown. Because of this the readiness probe may have failed due to the pod being inactive for a short period of time. When there is a new http request, the pod is started and there are only 3 readiness failures while the pod is up. ``` Readiness: http-get http://:8012/ delay=0s timeout=1s period=10s #success=1 #failure=3 ``` Perhaps we could tweak the readiness probe configuration to allow more time or increase the failureThreshold. -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org