-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
queue-proxy sidecar readiness failure #3885
Comments
@claudio4j @christophd @squakez |
I was able to reproduce the readiness failure.
Perhaps we could tweak the readiness probe configuration to allow more time or increase the failureThreshold. |
This issue has been automatically marked as stale due to 90 days of inactivity. |
Description
I am getting a readiness probe failure in the knative
queue-proxy
sidecar when running the below Camel-k DSL in k8s cluster. The DSL exposes a POST endpoint and publishes the message into a MQTT topic using paho. The DSL works fine when running locally usingkamel run local
command.Environment
Kubernetes: v1.23.8
Knative: v1.18
Camel-k: 1.10.3
Steps to reproduce
Run
kamel run MQTTResponseHandler.java
. You should be able to reproduce the issue.Logs
kubectl describe pod mqtt-response-handler-00001-deployment-c54965496-v7jl6
kubectl logs mqtt-response-handler-00001-deployment-c54965496-v7jl6 queue-proxy
kubectl logs camel-k-operator-846cb65cfb-cg4ls
The text was updated successfully, but these errors were encountered: