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

Remove dead node #22

Closed
kotyara85 opened this issue Aug 9, 2023 · 2 comments
Closed

Remove dead node #22

kotyara85 opened this issue Aug 9, 2023 · 2 comments

Comments

@kotyara85
Copy link

Is it possible to remove dead node from the cluster?
RemoveMember seems to be just marking node as removed
Thanks

@shank318
Copy link

shank318 commented Jan 10, 2024

@shaj13 Please check this. The problem is that in my k8s deployment, I am using RemoveNode before scaling down the pods running in the cluster but when I scale up again, sometimes the pod is assigned the same IP as the removed node and this is where it fails saying that address already in use.

@shaj13
Copy link
Owner

shaj13 commented Apr 23, 2024

Fixed: We now allow reusing the address if a member has been removed. However, we do not allow the members to reuse IDs by design. Therefore, when scaling up and down, if member IDs are not changed, an error will be returned, and the leader will refuse to add the member to the cluster.

@shaj13 shaj13 closed this as completed Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants