Skip to content

Commit

Permalink
Add note about recreating pods to runbook for EtcdAllocatingTooMuchMe…
Browse files Browse the repository at this point in the history
…mory alert (#6435)

* Add note about recreating pods to runbook for EtcdAllocatingTooMuchMemory alert.

* Clarify why recreating pods is required
  • Loading branch information
charleskorn authored Oct 19, 2023
1 parent fe7cd34 commit aca8116
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/sources/mimir/manage/mimir-runbooks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,9 @@ This can be triggered if there are too many HA dedupe keys in etcd. We saw this
},
```
Note that you may need to recreate each etcd pod in order for this change to take effect, as etcd-operator does not automatically recreate pods in response to changes like these.
First, check that all etcd pods are running and healthy. Then delete one pod at a time and wait for it to be recreated and become healthy before repeating for the next pod until all pods have been recreated.
### MimirAlertmanagerSyncConfigsFailing
How it **works**:
Expand Down

0 comments on commit aca8116

Please sign in to comment.