Skip to content

Embed etcd cluster mayhem #15921

Closed Answered by ahrtr
Tochemey asked this question in Q&A
May 18, 2023 · 4 comments · 9 replies
Discussion options

You must be logged in to vote

Just scaling in/out etcd instances (deployment replica in your example) isn't enough. The deleted etcd instances are still in the member list, so you should also remove the member from the member list using the etcdctl member remove <ID> command or etcd client SDK interface MemberRemove

Similarly, you need to execute etcdctl member add [flags] or use MemberAdd when adding new member.

Please also read https://etcd.io/docs/v3.5/op-guide/runtime-configuration/

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@jmhbnz
Comment options

@Tochemey
Comment options

@jmhbnz
Comment options

@Tochemey
Comment options

Comment options

You must be logged in to vote
4 replies
@Tochemey
Comment options

@ahrtr
Comment options

@Tochemey
Comment options

@ahrtr
Comment options

Answer selected by ahrtr
Comment options

You must be logged in to vote
1 reply
@Tochemey
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants