grafana / rollout-operator

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

Fix: do not allow downscale if the operator failed to check whether there are StatefulSets with non-updated replicas #105

Closed pracucci closed 9 months ago

pracucci commented 9 months ago

The error returned by countRunningAndReadyPods() is swallowed but shouldn't.