etcd-cluster-operator icon indicating copy to clipboard operation
etcd-cluster-operator copied to clipboard

Implement `successfulBackupsHistoryLimit` and `failedBackupsHistoryLimit` in `EtcdBackupSchedule`

Open adamhosier opened this issue 6 years ago • 0 comments

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.

adamhosier avatar Nov 28 '19 17:11 adamhosier