docs: expand Autoscaler SIGHUP documentation
This commit is contained in:
parent
e117fc4f2b
commit
84ad11df93
|
@ -66,6 +66,16 @@ following actions.
|
|||
- reload the contents of the scaling policy directory as defined by the [`-policy-dir`][autoscaler_cli_policy_dir]
|
||||
parameter.
|
||||
|
||||
- reconfigure the Nomad clients used to fetch policies and execute scaling
|
||||
actions with the values defined in the [`nomad`](#nomad-block) block.
|
||||
|
||||
- stop plugins that are no longer present in the configuration file.
|
||||
|
||||
- start plugins that were not present in the configuration file before.
|
||||
|
||||
- re-configure the remaining plugins with the configuration defined in their
|
||||
`config` parameter.
|
||||
|
||||
## General Parameters
|
||||
|
||||
- `log_level` `(string: "INFO")` - Specify the verbosity level of Nomad
|
||||
|
|
Loading…
Reference in New Issue