bookingcom / shipper

Kubernetes native multi-cluster canary or blue-green rollouts using Helm
Apache License 2.0
733 stars 39 forks source link

Release executor returns a sorted list of unready clusters #231

Closed osdrv closed 5 years ago

osdrv commented 5 years ago

Release executor is reported to return an unstable sorting of clusters that are pending capacity updates. This causes some unnecessary etcd update operations and pollute the logs. This commit forces stable sorting of this list.

Signed-off-by: Oleg Sidorov oleg.sidorov@booking.com