Skip to content

Commit

Permalink
Merge pull request prometheus-operator#31 from nvtkaszpir/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored Feb 22, 2022
2 parents df05e55 + c305602 commit 7b2ea52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/runbooks/etcd/etcdInsufficientMembers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@

This alert fires when there are fewer instances available than are needed by
etcd to be healthy.
This means that etcd cluster has not enough members in the cluster to create quorum.

## Impact

When etcd does not have a majority of instances available the Kubernetes and
OpenShift APIs will reject read and write requests and operations that preserve
the health of 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

This can kubectlcur multiple control plane nodes are powered off or are unable to
Expand Down

0 comments on commit 7b2ea52

Please sign in to comment.