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
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 27m default-scheduler Successfully assigned cortex/cortex-ingester-0
Warning BackOff 26m (x10 over 27m) kubelet Back-off restarting failed container
Normal Pulled 26m (x5 over 27m) kubelet Container image "quay.io/cortexproject/cortex:v1.13.0" already present on machine
Normal Created 26m (x5 over 27m) kubelet Created container ingester
Normal Started 26m (x5 over 27m) kubelet Started container ingester
Warning Unhealthy 2m40s (x151 over 24m) kubelet Readiness probe failed: Get "http://10.251.128.25:8080/ready": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
I tried some debugging :
cortexuser@cortexvm:~/cortex-helm-chart-master$ curl https://10.251.128.25:9009/ready
curl: (7) Failed to connect to 10.251.128.25 port 8080: No route to host
With all the default config in place, I am not able to make Ingester running. With various config changes, it never succeed readiness probe. Temporarily , I removed readiness from Ingester, but that is making it running only. Still, Ingester not able to register itself with ring.
Its cortex installation phase I have encountered this issue.
With debug mode On, It was found that the Ingester component is not able to connect with Azure Blob storage.
It was the endpoint_suffix under blocks_storage config causing the issue.
What I passed: endpoint_suffix: "core.windows.net"
Whats expected: endpoint_suffix: "blob.core.windows.net"
The correct config help Ingester to complete the connection with Azure and passed the readiness Probe test.
Describe the bug
Cortex 1.13.0 Ingester Readiness probe failed; context dead line exceeded (Client.Timeout exceeded while awaiting headers)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Environment:
Additional Context
Config Passed:
Distributor Logs:
Ingester Logs:
Ingester Describe pod details:
I tried some debugging :
With all the default config in place, I am not able to make Ingester running. With various config changes, it never succeed readiness probe. Temporarily , I removed readiness from Ingester, but that is making it running only. Still, Ingester not able to register itself with ring.
Its cortex installation phase I have encountered this issue.
You can refer #391 for more log and details.
The text was updated successfully, but these errors were encountered: