sofastack / sofa-jraft

A production-grade java implementation of RAFT consensus algorithm.
https://www.sofastack.tech/projects/sofa-jraft/
Apache License 2.0
3.52k stars 1.12k forks source link

what's the best way to re-add an existing node to the cluster in EKS #1101

Closed jackyjia closed 2 months ago

jackyjia commented 2 months ago

Your question

Wanted to upgrade one node, however it took almost 10 minutes to re-create the pod before the new leader was elected.

Your scenes

Describe your use scenes (why need this feature)

Your advice

What's the best way to upgrade a node?

Environment