From 84ad11df93e8a592f3eac33961d62f198db13c73 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Mon, 22 Feb 2021 15:38:26 -0500 Subject: [PATCH] docs: expand Autoscaler SIGHUP documentation --- website/content/docs/autoscaling/agent.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/content/docs/autoscaling/agent.mdx b/website/content/docs/autoscaling/agent.mdx index 6c4f4c6dc..a85049d11 100644 --- a/website/content/docs/autoscaling/agent.mdx +++ b/website/content/docs/autoscaling/agent.mdx @@ -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