From 5b5f94d9dc625f9c50c76a1de8ed984274c11975 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Mon, 22 Feb 2021 15:38:26 -0500 Subject: [PATCH 1/3] 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 From 8abb414810a784031e7305d4cc0e2c0bcf6e3f28 Mon Sep 17 00:00:00 2001 From: Chris Baker <1675087+cgbaker@users.noreply.github.com> Date: Mon, 22 Feb 2021 15:20:58 -0600 Subject: [PATCH 2/3] Update website/content/docs/autoscaling/agent.mdx --- website/content/docs/autoscaling/agent.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/autoscaling/agent.mdx b/website/content/docs/autoscaling/agent.mdx index a85049d11..934219879 100644 --- a/website/content/docs/autoscaling/agent.mdx +++ b/website/content/docs/autoscaling/agent.mdx @@ -73,7 +73,7 @@ following actions. - start plugins that were not present in the configuration file before. -- re-configure the remaining plugins with the configuration defined in their +- reconfigure the remaining plugins with the configuration defined in their `config` parameter. ## General Parameters From 1c01a7a6b44e7f92921cb8c0640ca038c015c0dd Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Mon, 22 Feb 2021 16:37:03 -0500 Subject: [PATCH 3/3] Update website/content/docs/autoscaling/agent.mdx Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com> --- website/content/docs/autoscaling/agent.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/autoscaling/agent.mdx b/website/content/docs/autoscaling/agent.mdx index 934219879..2d1cb047a 100644 --- a/website/content/docs/autoscaling/agent.mdx +++ b/website/content/docs/autoscaling/agent.mdx @@ -71,7 +71,7 @@ following actions. - stop plugins that are no longer present in the configuration file. -- start plugins that were not present in the configuration file before. +- start plugins that were not previously present in the configuration file. - reconfigure the remaining plugins with the configuration defined in their `config` parameter.