Replies: 9 comments 3 replies
-
Tell me more :
|
Beta Was this translation helpful? Give feedback.
-
appVersion: 0.19.0 Telnet is able to connect to the management port, but curl is unable to get any data from endpoints - the connection is just stuck. I have found a topic with how to enable debug log, hoping it will help to find what is wrong, but it's unclear where exactly should I add that configuration block. I have tried to add it to helm values and to the app's configuration, but didn't notice any difference in logs. |
Beta Was this translation helpful? Give feedback.
-
Really strange ... |
Beta Was this translation helpful? Give feedback.
-
deploy:
events:
curl from under the container:
log:
|
Beta Was this translation helpful? Give feedback.
-
Nothing special here ... akhq:
configuration:
logger:
levels:
root: DEBUG It will start a very verbose log maybe to validate that the management port is the good one. Can you also provide the full values.yaml ? |
Beta Was this translation helpful? Give feedback.
-
values.yaml:
yes, now I see debug log. really huge one.
nothing related to management port. what should I look for? |
Beta Was this translation helpful? Give feedback.
-
I see : image:
repository: "000.dkr.ecr.us-west-2.amazonaws.com/xxx/tchiotludo/akhq" Are you sure that you use a cloned image from last version ? |
Beta Was this translation helpful? Give feedback.
-
Pretty sure:
I have tried on several clusters. |
Beta Was this translation helpful? Give feedback.
-
The only things I will do for now, is to connect inside the pod and to curl the directly the management port. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
We use an official helm chart, deployed per documentation, nothing unusual, nothing changed.
But we always see liveness probe errors:
pod log:
What might be wrong with the probe? Tried on several k8s clusters, it's always the same. Except for disabling this probe - what can we do?
Beta Was this translation helpful? Give feedback.
All reactions