grafana / rollout-operator

Kubernetes Rollout Operator
Apache License 2.0
130 stars 17 forks source link

Add minReadySeconds support #161

Open yuchen-db opened 2 months ago

yuchen-db commented 2 months ago

wait for enough pods become "available" if minReadySeconds is set. minReadySeconds can help eliminate race condition between pod rollouts in our use case https://kubernetes.io/blog/2021/08/27/minreadyseconds-statefulsets/ https://github.com/thanos-io/thanos/issues/4831#issuecomment-1503754747

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.