Skip to content

Commit

Permalink
Update configure-hash-rings.md fix a switch of value for cluster-labe…
Browse files Browse the repository at this point in the history
…l-verification-disabled

> 5. Enable cluster label verification on all clusters instances by removing the configuration option `-memberlist.cluster-label-verification-disabled=true`.

Need to be false if we want to enable cluster-label-verification-disabled : 

> 5. Enable cluster label verification on all clusters instances by removing the configuration option `-memberlist.cluster-label-verification-disabled=false`.
  • Loading branch information
YoranSys authored Oct 1, 2024
1 parent e8e1e13 commit ab9ae41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/mimir/configure/configure-hash-rings.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Any traffic that does not match that prefix is discarded, to ensure that only th
This label must be the same on all instances that are part of the same cluster.
For example, if you run a Grafana Mimir cluster in a dedicated namespace, then set the cluster label to the name of the namespace.
4. **Wait** until the configuration change has been rolled out to all Grafana Mimir instances.
5. Enable cluster label verification on all clusters instances by removing the configuration option `-memberlist.cluster-label-verification-disabled=true`.
5. Enable cluster label verification on all clusters instances by removing the configuration option `-memberlist.cluster-label-verification-disabled=false`.
6. **Wait** until the configuration change has been rolled out to all Grafana Mimir instances.

### Fine tuning memberlist changes propagation latency
Expand Down

0 comments on commit ab9ae41

Please sign in to comment.