KIC 3.5.4 — Liveness/Readiness probes failing: dial tcp :10254: connect: connection refused #7858
Unanswered
mullasaddam
asked this question in
Q&A
Replies: 1 comment
-
|
@mullasaddam Could you please provide the manifests to deploy KIC? I think it should be a misconfiugration in the manifests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Current Behavior
In Kong Ingress Controller 3.5.4, the container repeatedly fails both liveness and readiness probes:
Liveness probe failed: dial tcp :10254: connect: connection refused
Readiness probe failed: dial tcp :10254: connect: connection refused
This results in the controller going into CrashLoopBackOff.
The issue happens immediately after pod start — the controller never opens port 10254, which is the expected health endpoint. i have open the network policy for both pods still same issue and kong-proxy-server is up and running
Expected Behavior
No response
Steps To Reproduce
Kong Ingress Controller version
Kubernetes version
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions