[Feature] Propagate DeltaSnapshotRetentionPeriod
Flag to etcd-backup-restore
#650
Labels
kind/enhancement
Enhancement, improvement, extension
status/closed
Issue is closed (either delivered or triaged)
Milestone
Feature (What you would like to be added):
Modify
etcd-druid
to propagate the--delta-snapshot-retention-period
flag from theEtcd
CRD to theetcd-backup-restore
component.Motivation (Why is this needed?):
The
etcd-backup-restore
component has recently introduced a--delta-snapshot-retention-period
flag (PR #640). This flag allows users to customize the retention period for delta snapshots, providing more flexibility for both Exponential and Limit-Based GC policies. To leverage this feature inetcd-druid
, we need to modifyetcd-druid
to propagate this flag to theetcd-backup-restore
component.Approach/Hint to the implement solution (optional):
The text was updated successfully, but these errors were encountered: