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
It's currently hardcoded as 1 minute, but pods in my cluster can take longer than that to start up (e.g. when spinning up a new node), resulting in this warning: level=warn caller=main.go:573 ts=2024-01-11T09:24:33.383554728Z msg="failed polling until pod is ready" pod=thanos-receive-3 duration=1m0.010513876s err="timed out waiting for the condition". This results in the Hashring ConfigMap getting updated before all pods are ready.
FYI we have --allow-only-ready-replicas enabled and are on image version main-2023-11-06-c57219e.
The text was updated successfully, but these errors were encountered:
Hello!
Is it possible to allow the configuration of the
waitForPod
timeout?thanos-receive-controller/main.go
Line 605 in c57219e
It's currently hardcoded as 1 minute, but pods in my cluster can take longer than that to start up (e.g. when spinning up a new node), resulting in this warning:
level=warn caller=main.go:573 ts=2024-01-11T09:24:33.383554728Z msg="failed polling until pod is ready" pod=thanos-receive-3 duration=1m0.010513876s err="timed out waiting for the condition"
. This results in the Hashring ConfigMap getting updated before all pods are ready.FYI we have
--allow-only-ready-replicas
enabled and are on image versionmain-2023-11-06-c57219e
.The text was updated successfully, but these errors were encountered: