Update website/content/docs/agent/config/index.mdx

pull/15957/head
Jared Kirschner 2023-01-17 11:46:07 -05:00 committed by GitHub
parent 745df8f313
commit c0329441be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -51,10 +51,12 @@ required ports and their default settings.
## Reloadable Configuration
The following agent configuration options are reloadable at runtime.
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).
Some agent configuration options are reloadable at runtime.
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:
Reloadable agent configuration options:
- ACL Tokens