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] Etcd cluster scale-up #349

Closed
Tracked by #107
aaronfern opened this issue Jun 1, 2022 · 0 comments · Fixed by gardener/etcd-backup-restore#487
Closed
Tracked by #107

[Feature] Etcd cluster scale-up #349

aaronfern opened this issue Jun 1, 2022 · 0 comments · Fixed by gardener/etcd-backup-restore#487
Labels
kind/enhancement Enhancement, improvement, extension release/beta Planned for Beta release of the Feature status/closed Issue is closed (either delivered or triaged)
Milestone

Comments

@aaronfern
Copy link
Contributor

aaronfern commented Jun 1, 2022

Feature (What you would like to be added):
Should be possible to scale up a single node etcd to a multi node etcd cluster

Motivation (Why is this needed?):
With multi node being available as an alpha feature, it is possible that we want to convert an existing single-node etcd to be multi-node. We should be able to support this feature and allow this scaling up of etcd from a single member to multiple members

Approach/Hint to the implement solution (optional):
New members are to be added to the cluster as learners. Learners are non-voting members, but still receive all data from the leader. When a learner has caught up with leader’s data, it can be promoted to a voting member

@aaronfern aaronfern added the kind/enhancement Enhancement, improvement, extension label Jun 1, 2022
@ishan16696 ishan16696 mentioned this issue Jun 1, 2022
34 tasks
@abdasgupta abdasgupta added this to the v0.11.0 milestone Jul 1, 2022
@ashwani2k ashwani2k added the release/beta Planned for Beta release of the Feature label Jul 6, 2022
@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Enhancement, improvement, extension release/beta Planned for Beta release of the Feature status/closed Issue is closed (either delivered or triaged)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants