Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Schedule regular backup compaction #191

Closed
amshuman-kr opened this issue Jun 14, 2021 · 1 comment · Fixed by #197
Closed

[Feature] Schedule regular backup compaction #191

amshuman-kr opened this issue Jun 14, 2021 · 1 comment · Fixed by #197
Labels
kind/enhancement Enhancement, improvement, extension

Comments

@amshuman-kr
Copy link
Collaborator

Feature (What you would like to be added):

With the newly introduced compaction command in etcd-backup-restore to asynchronously compact backups (latest full snapshot and its following incremental snapshots into a single full snapshot) in gardener/etcd-backup-restore#301, we should enhance etcd-druid to schedule the backup compaction at regular intervals to limit the number of incremental snapshots at any point in time and hence enhance backup restoration performance.

Motivation (Why is this needed?):

Complete the functionality for the issue #88.

Approach/Hint to the implement solution (optional):

etcd-druid's main controller may create a CronJob as part of it's reconciliation cycle. There is no need include the logic for selecting existing cronjobs based on spec.selector (of the Etcd resources) because of #186.

@amshuman-kr amshuman-kr added the kind/enhancement Enhancement, improvement, extension label Jun 14, 2021
@amshuman-kr
Copy link
Collaborator Author

/assign @aaronfern
cc @abdasgupta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Enhancement, improvement, extension
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant