fix typos in docs for `consul snapshot agent` (#20522)

This commit is contained in:
Semir Patel 2024-02-07 17:09:34 -06:00 committed by GitHub
parent c95380e3da
commit 3c1ee84d0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ if desired.
is useful for running snapshots via batch jobs. Defaults to "1h"
- `-lock-key` - A prefix in Consul's KV store used to coordinate between
different instances of the snapshot agent order to only have one active instance
different instances of the snapshot agent in order to only have one active instance
at a time. For highly available operation of the snapshot agent, simply run
multiple instances. All instances must be configured with the same lock key in
order to properly coordinate. Defaults to "consul-snapshot/lock".
@ -242,7 +242,7 @@ if desired.
- `-log-level` - Controls verbosity of snapshot agent logs. Valid options are
"trace", "debug", "info", "warn", "error". Defaults to "info".
- `-service` - The service name to used when registering the agent with Consul.
- `-service` - The service name to use when registering the agent with Consul.
Registering helps monitor running agents and the leader registers an additional
health check to monitor that snapshots are taking place. Defaults to
"consul-snapshot".