You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning Unhealthy 2m16s (x6 over 3m36s) kubelet Liveness probe failed: dial tcp 192.168.158.111:8081: connect: connection refused
Normal Killing 2m16s (x2 over 3m16s) kubelet Container akhq failed liveness probe, will be restarted
Warning Unhealthy 2m12s (x8 over 3m42s) kubelet Readiness probe failed: Get "http://192.168.158.111:8081/health": dial tcp 192.168.158.111:8081: connect: connection refused
so I wanted to connect into the pod to try to call manually the URL so see what was the values returned, but wget and curl are not available in the dockerfile.
and we don't have root access, so I couldn't installed it.
for now, I just put in comments the probes and it works fine.
The text was updated successfully, but these errors were encountered:
Sound a nice addition, just drop a PR on the docker file and I will merge !
(just for information I change the probe endpoint port on last version, and the helm charts reflect this change, in case you are using an old akhq version)
I had issues with the probes
so I wanted to connect into the pod to try to call manually the URL so see what was the values returned, but wget and curl are not available in the dockerfile.
and we don't have root access, so I couldn't installed it.
for now, I just put in comments the probes and it works fine.
The text was updated successfully, but these errors were encountered: