VictoriaMetrics / operator

Kubernetes operator for Victoria Metrics
Apache License 2.0
436 stars 146 forks source link

Fixed deployment readiness (operational status) detection after resource update #1152

Closed Amper closed 2 weeks ago

Amper commented 2 weeks ago

The algorithm is taken from the kubectl rollout status command.

Currently (before this update), the operator sets status operational ahead of time - when vmsingle pods are still restarting.

f41gh7 commented 2 weeks ago

Thanks for contribution!