Skip to main content

Hello.

I have a Kasten K10 deployment for which two pods are periodically restarting (controllermanager-svc and dashboardbff-svc).

For these two pods, I can see that kubelet is complaining about readiness and liveness probe, like:

kubelet: Readiness probe failed: Get “http://10.44.0.213:8000/v0/healthz”: contect deadline exceeded (Client.Timeout exceeded while awaiting headers)

Anything to look at to fix this?

 

Thanks!

 

Christian

Hi ​@tardich  The periodic restarts of the controllermanager-svc and dashboardbff-svc pods in your Kasten K10 deployment, due to readiness and liveness probe failures, are a clear sign that the container isn't responding to health checks on time.

try to check:
1-  Pod Logs and  Look for: connection issues , High CPU/Memory usage (OOMKilled errors or Permission/API failures.

If the pods are OOMKilled or CPU-throttled, they may fail health checks

2- try to Adjust Probe Timeouts in the deployments.

Thanks,
Ahmed Hagag


Comment