Document autopilot config differences at a high level (#15000)
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
This commit is contained in:
parent
2f1502556a
commit
c9e17d6219
|
@ -67,6 +67,14 @@ behavior. Autopilot gets initialized with the following default values.
|
|||
|
||||
- `server_stabilization_time` - `10s`
|
||||
|
||||
|
||||
~> **Note**: Autopilot in Vault does similar things to what autopilot does in
|
||||
[Consul](https://www.consul.io/). However, the configuration in these 2 systems
|
||||
differ in terms of default values and thresholds; some additional parameters
|
||||
might also show up in Vault in comparison to Consul as well. Autopilot in Vault
|
||||
and Consul use different technical underpinnings requiring these differences, to
|
||||
provide the autopilot functionality.
|
||||
|
||||
## Automated Upgrades
|
||||
|
||||
Automated Upgrades lets you automatically upgrade a cluster of Vault nodes to a new version as
|
||||
|
|
Loading…
Reference in New Issue