Skip to content

Commit

Permalink
Update docs/sources/mimir/manage/mimir-runbooks/_index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Arve Knudsen <[email protected]>
  • Loading branch information
pracucci and aknuds1 authored Sep 20, 2024
1 parent d51f246 commit 50c0b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/mimir/manage/mimir-runbooks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -960,8 +960,8 @@ How to **investigate**:
kubectl --context "$CONTEXT" --namespace "$NAMESPACE" get pods -l name=querier --no-headers | head -1 | awk '{print $1}' | xargs -I {} kubectl --context "$CONTEXT" --namespace "$NAMESPACE" delete pod {}
```
2. Consider to change the gossip-ring selector label from some deployments, up until the number of matching pods
goes below 1000. This should be a temporarily workaround, and you should revert it once you upgrade Kubernetes to
2. Consider changing the gossip-ring selector label from some deployments, up until the number of matching pods
goes below 1000. This should be a temporary workaround, and you should revert it once you upgrade Kubernetes to
a version with the bug fixed.
If you're using jsonnet, you can do:
Expand Down

0 comments on commit 50c0b38

Please sign in to comment.