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
I'm getting the following Warning while using this chart: Readiness probe failed: Get "http://p.o.d.ip:8080/login/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
The service works just fine. I also tried to reach the pod directly on /login/ with curl and it returns 200 OK.
Do you have any idea why this Warning is fired up?
Best regards,
Marc-Antoine
The text was updated successfully, but these errors were encountered:
I had a similar log, but after investigating it turned out to be a leftover log from the init phase. It appears the readiness probe values can be altered and even disabled as of today.
Hi,
I'm getting the following Warning while using this chart:
Readiness probe failed: Get "http://p.o.d.ip:8080/login/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
The service works just fine. I also tried to reach the pod directly on
/login/
withcurl
and it returns200 OK
.Do you have any idea why this Warning is fired up?
Best regards,
Marc-Antoine
The text was updated successfully, but these errors were encountered: