-
Notifications
You must be signed in to change notification settings - Fork 48
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
Make max-backups
configurable in LimitBased GC from etcd yaml with a new field maxBackupsLimitBasedGC
in Etcd CR
#755
Make max-backups
configurable in LimitBased GC from etcd yaml with a new field maxBackupsLimitBasedGC
in Etcd CR
#755
Conversation
maxBackupsLimitBased
in Etcd CRmax-backups
configurable in LimitBased GC from etcd yaml with a new field maxBackupsLimitBased
in Etcd CR
max-backups
configurable in LimitBased GC from etcd yaml with a new field maxBackupsLimitBased
in Etcd CRmax-backups
configurable in LimitBased GC from etcd yaml with a new field maxBackupsLimitBasedGC
in Etcd CR
/test pull-etcd-druid-e2e-kind |
1 similar comment
/test pull-etcd-druid-e2e-kind |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @anveshreddy18 for PR, overall PR looks good.
just few nits
@anveshreddy18 I have also updated the release note. Please take a look. Hope that's fine. |
Thanks @ishan16696 for the review.
Yes it's fine. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
/test pull-etcd-druid-e2e-kind |
/test pull-etcd-druid-e2e-kind |
3 similar comments
/test pull-etcd-druid-e2e-kind |
/test pull-etcd-druid-e2e-kind |
/test pull-etcd-druid-e2e-kind |
How to categorize this PR?
/area usability
/kind enhancement
What this PR does / why we need it:
This PR adds a new field
maxBackupsLimitBasedGC
in thespec.backup
section of Etcd yaml and makes necessary changes, which allows to configuremax-backups
parameter used for LimitBased GC.7
is set in the code.--max-backups
flag of the etcd-statefulset thus allowing them to control the behaviour of Limit Based GC.Note: It will be an optional field, when not set,
max-backups
will defaul to7
Which issue(s) this PR fixes:
Fixes #754
Special notes for your reviewer:
Release note: