VictoriaMetrics / operator

Kubernetes operator for Victoria Metrics
Apache License 2.0
406 stars 142 forks source link

controllers/reconcile: adds waitReady function for statefulset #940

Closed f41gh7 closed 2 months ago

f41gh7 commented 2 months ago

it ensures, that all pods for statefulset is ready to serve requests. It must fix an issue when newly created cluster has operational status, when in fact pod is still not at ready state.

Adds more context to the wait timeout error. Reason of pod not to be ready. It must help to debug possible issues with pod configuration.

Deletes few typos.