Backport of docs: clarify reloadable config option usage into release/1.14.x (#16037)

* backport of commit 745df8f313

* backport of commit c0329441be

* backport of commit dbd69ea28a

Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
pull/16079/head
hc-github-team-consul-core 2023-01-20 18:43:09 -05:00 committed by GitHub
parent 174d0763bd
commit 078e28f059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -51,9 +51,12 @@ required ports and their default settings.
## Reloadable Configuration ## Reloadable Configuration
Reloading configuration does not reload all configuration items. The Some agent configuration options are reloadable at runtime.
items which are reloaded include: You can run the [`consul reload` command](/commands/reload) to manually reload supported options from configuration files in the configuration directory.
To configure the agent to automatically reload configuration files updated on disk,
set the [`auto_reload_config` configuration option](/consul/docs/agent/config/config-files#auto_reload_config) parameter to `true`.
The following agent configuration options are reloadable at runtime:
- ACL Tokens - ACL Tokens
- [Configuration Entry Bootstrap](/docs/agent/config/config-files#config_entries_bootstrap) - [Configuration Entry Bootstrap](/docs/agent/config/config-files#config_entries_bootstrap)
- Checks - Checks