docs: clarify reloadable config option usage

pull/15957/head
Jared Kirschner 2023-01-11 12:41:49 -05:00 committed by GitHub
parent 5d3643f4f0
commit 745df8f313
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 The following agent configuration options are reloadable at runtime.
items which are reloaded include: To make a Consul agent automatically reload these options when changed in its configuration files on disk,
start the agent with its [`auto_reload_config` configuration option](/consul/docs/agent/config/config-files#auto_reload_config) set to `true`.
You can also manually trigger reload with the [reload command](/commands/reload).
Reloadable agent configuration options:
- 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