diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index 1a7470cb74..eac298d415 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -760,6 +760,9 @@ default will automatically work with some tooling. * `autopilot` 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. + 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). 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 to `false`. + * `upgrade_version_tag` - (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. + * `auto_encrypt` This object allows setting options for the `auto_encrypt` feature.