-
Notifications
You must be signed in to change notification settings - Fork 102
Adds a feature of single member restoration in multi-node etcd. #509
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
Conversation
Please note: etcd-events case(when no snapstore is configured) is still needs to be handled. Update: |
…snapstore is not configured.
b6309d7
to
9416586
Compare
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.
@ishan16696 Thanks for the well-written PR. I have added a few questions/suggestions in my review. Can you please address them? Thanks.
8000
75b29a5
to
92220c2
Compare
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.
The PR looks good from my pov
I've also tested it out and it's working fine
Just a few last minute changes :)
85d5e65
to
86dcb96
Compare
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.
Looks good from my pov, thank you :)
/lgtm
/ping @shreyas-s-rao |
Message
|
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 for making the requested changes.
/lgtm
What this PR does / why we need it:
This PR adds a feature for restoration of single member in mult-node etcd cluster in case of data/data-dir of etcd member found to be corrupt/invalid.
Which issue(s) this PR fixes:
Fixes gardener/etcd-druid#368
Special notes for your reviewer:
Design Doc PR: gardener/etcd-druid#376
Release note: