diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index 0979fae26f..591eaaf27c 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -556,11 +556,6 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass

The following sub-keys are available: - * `raft_protocol` - This controls the internal - version of the Raft consensus protocol used for server communications. This defaults to 2 but must - be set to 3 in order to gain access to other Autopilot features, with the exception of - [`cleanup_dead_servers`](#cleanup_dead_servers). - * `cleanup_dead_servers` - This controls the automatic removal of dead server nodes whenever a new server is added to the cluster. Defaults to `true`. @@ -769,6 +764,11 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `protocol` Equivalent to the [`-protocol` command-line flag](#_protocol). +* `raft_protocol` - This controls the internal + version of the Raft consensus protocol used for server communications. This defaults to 2 but must + be set to 3 in order to gain access to other [Autopilot](#autopilot) features, with the exception of + [`cleanup_dead_servers`](#cleanup_dead_servers). + * `reap` This controls Consul's automatic reaping of child processes, which is useful if Consul is running as PID 1 in a Docker container. If this isn't specified, then Consul will automatically reap child processes if it detects it is running as PID 1. If this is set to true or false, then