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

Investigate implementing new learner role for etcd members #1844

Closed
superseb opened this issue Dec 19, 2019 · 9 comments
Closed

Investigate implementing new learner role for etcd members #1844

superseb opened this issue Dec 19, 2019 · 9 comments

Comments

@superseb
Copy link
Contributor

An operator should do the minimum amount of work possible to add a new learner node. member add --learner command to add a new learner, which joins cluster as a non-voting member but still receives all data from leader

https://etcd.io/docs/v3.4.0/learning/design-learner/

@stale
Copy link

stale bot commented Oct 8, 2020

This issue/PR has been automatically marked as stale because it has not had activity (commit/comment/label) for 60 days. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status/stale label Oct 8, 2020
@stale stale bot closed this as completed Oct 22, 2020
@zmedico
Copy link

zmedico commented Oct 27, 2023

@superseb can we revisit this now? EtcdLearnerMode was added to kubeadm as an alpha feature in v1.27, and promoted to beta and enabled by default in v1.29.

@superseb
Copy link
Contributor Author

Yep, I still think this is valuable.

@superseb superseb reopened this Oct 28, 2023
Copy link
Contributor

This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 14 days. Thank you for your contributions.

@zmedico
Copy link

zmedico commented Dec 29, 2023

I am using an aws autoscaling group to manage a group of rke etcd nodes. The kubernetes documentation for scaling out etcd clusters recommends against using auto scaling groups. I'm not sure if this recommendation applies to an autoscaling group that is typically static in size (size only varies during node replacement). Anyway, I hope that the etcd learner role can serve as a way to improve support for replacing etcd nodes via auto scaling groups.

Copy link
Contributor

This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 14 days. Thank you for your contributions.

@aauren
Copy link

aauren commented Feb 29, 2024

Still relevant

Copy link
Contributor

github-actions bot commented May 1, 2024

This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 14 days. Thank you for your contributions.

@zmedico
Copy link

zmedico commented May 15, 2024

After experiencing rancher/rancher#43356 with rancher 2.8.2 (maybe fixed by #3536), I've come to appreciate the stability of etcd scaling with rancher 2.7.x releases, even without support for the etcd learner role.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants