Merge pull request #6341 from tryan225/docs/autopilot-updates

Clarifying autopilot bootstrap and config options
pull/6352/head
Tyler Ryan 2019-08-19 13:36:50 -07:00 committed by GitHub
commit fc9fcdfa53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -760,6 +760,9 @@ default will automatically work with some tooling.
* <a name="autopilot"></a><a href="#autopilot">`autopilot`</a> Added in Consul 0.8, this object * <a name="autopilot"></a><a href="#autopilot">`autopilot`</a> Added in Consul 0.8, this object
allows a number of sub-keys to be set which can configure operator-friendly settings for Consul servers. allows a number of sub-keys to be set which can configure operator-friendly settings for Consul servers.
When these keys are provided as configuration, they will only be respected on bootstrapping. If they are not
provided, the defaults will be used. In order to change the value of these options after bootstrapping, you will
need to use the [Consul Operator Autopilot](https://www.consul.io/docs/commands/operator/autopilot.html) command.
For more information about Autopilot, see the [Autopilot Guide](https://learn.hashicorp.com/consul/day-2-operations/autopilot). For more information about Autopilot, see the [Autopilot Guide](https://learn.hashicorp.com/consul/day-2-operations/autopilot).
The following sub-keys are available: The following sub-keys are available:
@ -791,6 +794,10 @@ default will automatically work with some tooling.
until enough newer-versioned servers have been added to the cluster before promoting any of them to voters. Defaults until enough newer-versioned servers have been added to the cluster before promoting any of them to voters. Defaults
to `false`. to `false`.
* <a name="upgrade_version_tag"></a><a href="#upgrade_version_tag">`upgrade_version_tag`</a> - (Enterprise-only)
The node_meta tag to use for version info when performing upgrade migrations. If this is not set, the Consul
version will be used.
* <a name="auto_encrypt"></a><a href="#auto_encrypt">`auto_encrypt`</a> * <a name="auto_encrypt"></a><a href="#auto_encrypt">`auto_encrypt`</a>
This object allows setting options for the `auto_encrypt` feature. This object allows setting options for the `auto_encrypt` feature.