etcd-cluster-operator
etcd-cluster-operator copied to clipboard
Implement `successfulBackupsHistoryLimit` and `failedBackupsHistoryLimit` in `EtcdBackupSchedule`
We would like to limit the amount of successful/failed EtcdBackup resources that are lying around in clusters.
The EtcdBackupSchedule controller should be adjusted to remove all but the x newest EtcdBackup resources that it was responsible for creating. This should be configurable to be different for successful/failed backups.