Skip to content

Commit

Permalink
Merge pull request prometheus-operator#32 from nvtkaszpir/patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored Feb 22, 2022
2 parents 5ef0792 + 37b8061 commit df05e55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/runbooks/etcd/etcdNoLeader.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

This alert is triggered when etcd cluster does not have a leader for more than 1
minute.
This can happen if nodes from the cluster are orphaned - they were part of the cluster
but now they are in minority and thus can not form a cluster,
for example due to network partition.

## Impact

Expand All @@ -12,6 +15,9 @@ as expected and cluster cannot process any writes or reads, and any write
requests are queued for processing until a new leader is elected. Operations
that preserve the health of the workloads cannot be performed.

In general loosing quorum will switch etcd to read only, which effectively renders k8s api read only.
It is possible to read the current state, but not possible to update it.

## Diagnosis

### Control plane nodes issue
Expand Down

0 comments on commit df05e55

Please sign in to comment.