This repository has been archived by the owner on May 3, 2022. It is now read-only.
v0.7.0-alpha.2: Release executor returns a sorted list of unready clusters
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>