etcd-io / etcd-io/etcd-operator
Recover a single failed cluster member (still have quorum)
Open
- Dominant language
- Go
- Stars
- 164
- Forks
- 72
- Avg merge
- 22h 46m
- Merged PRs (30d)
- 34
Description
Feature: adding a recovery mechanism for cluster provisioned by the operator. This issue aims at recovering failures that could happen to a single members and the cluster still has the quorum.
Plan:
- Identify and list the failures that members can encounter.
- Propose recovery methods to be performed by the operator for the list of failures.
- Implementation (feature and e2e test cases).
This will be part of v0.3.0.
cc @ahrtr and @ivanvc
Contributor guide
Assessment
This issue has not been assessed yet.