From c0a93cf183af4db1954f815088d5f72b14f95ac8 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 7 Mar 2024 01:08:33 +0200 Subject: [PATCH] docs/vmauth.md: typo fixes after 7b2b9801814b3df46526d8b86abc31d6b1c1a6c5 --- docs/vmauth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vmauth.md b/docs/vmauth.md index 4cc4d8cfb..ec4e6d111 100644 --- a/docs/vmauth.md +++ b/docs/vmauth.md @@ -495,7 +495,7 @@ There are the following solutions for this issue: ``` This scheme works great, but it needs manual updating of the [`-auth.config`](#auth-config) every time `vmselect` services are restarted, - downsaled or upscaled. + downscaled or upscaled. - To set `discover_backend_ips: true` option, so `vmagent` automatically discovers IPs behind the given hostname and then spreads load among the discovered IPs: @@ -505,7 +505,7 @@ There are the following solutions for this issue: discover_backend_ips: true ``` - The `discover_backend_ips` can be specified at `user` and `url_map` level in the [`-auth.config](#auth-config). It can also be enabled globally + The `discover_backend_ips` can be specified at `user` and `url_map` level in the [`-auth.config`](#auth-config). It can also be enabled globally via `-discoverBackendIPs` command-line flag. See also [load balancing docs](#load-balancing).