grafana / rollout-operator

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

Support percentages in rollout-max-unavailable annotation #153

Closed pstibrany closed 2 months ago

pstibrany commented 2 months ago

This PR enhances rollout-max-unavailable annotation to support values specified as percentage of statefulset replicas. Eg. rollout-max-unavailable: 50%. Returned value is floor(replicas * percentage), but never less than 1.