Matt Krajewski
Matt Krajewski
@alynlin I'm seeing behavior where the backup being deleted to ensure a maximum number of backups isn't necessarily the oldest backup, resulting in the latest backup possibly being deleted instead,...
On second thought, I'm going to try submitting a solution that fixes the sorting instead of changing the format of the backup paths, to make the fix backwards-compatible with current...
@alynlin I've submitted a PR (https://github.com/coreos/etcd-operator/pull/2116). Let me know what you think! :)
> ...would exploding the file path string with `_` and sorting based on the last string in the list (time) work? Would that be a more maintainable way of achieving...