Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Update migrate-from-single-zone-with-helm.md #7327

Merged
merged 2 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
### Documentation

* [ENHANCEMENT] Added runbook for `KubePersistentVolumeFillingUp` alert. #7297
* [BUGFIX] Fixed typo on single zone->zone aware replication Helm page. #7327

### Tools

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ Before starting this procedure, set up your zones according to [Configure zone-a

1. Add zone-aware ingester replicas, maximum 21 at a time.

Explanation: while new ingesters are being added, some series will start to be written to new ingesters, however the series will also exist on old ingesters, thus the series will count twice towards limits. Adding only 21 replicas at a time reduces the number of series affected and thus the likelihood of beaching maximum series limits.
Explanation: while new ingesters are being added, some series will start to be written to new ingesters, however the series will also exist on old ingesters, thus the series will count twice towards limits. Adding only 21 replicas at a time reduces the number of series affected and thus the likelihood of breaching maximum series limits.

1. Replace the contents of the `migrate.yaml` file with:

Expand Down
Loading