grafana / rollout-operator

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

Admission webhook: Undo prepare-shutdown calls if last-downscale fails to store #151

Closed seizethedave closed 2 months ago

seizethedave commented 3 months ago

Fix a snag found in #146 where if the "downscaled" annotation/configmap fails to persist, the scale operation is denied, but the pods are not informed via DELETE that they should no longer shutdown.

seizethedave commented 2 months ago

Thanks for the read.