Skip to content

Commit

Permalink
Merge pull request #10448 from hashicorp/f-docs-add-autoscaler-plugin…
Browse files Browse the repository at this point in the history
…-launch-info

docs: add detail on launching autoscaler external plugins.
  • Loading branch information
jrasell committed Apr 27, 2021
2 parents accf39a + 8927867 commit fb5e898
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/content/docs/autoscaling/plugins/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,17 @@ targets.
- `nomad_skip-verify` `(string: "")` - Do not verify TLS certificates. This is
strongly discouraged.

# Loading External Plugins

In order to utilise external plugins, the plugin binary must be downloaded to a
directory on the same host that the Nomad Autoscaler will run. This directory
should be referenced by the [plugin_dir][plugin_dir_config] config parameter along
with an appropriate [APM][apm], [Strategy][strategy] or [Target][target] block
entry.

[go_plugin_github]: https://github.com/hashicorp/go-plugin
[community_plugins]: /docs/autoscaling/plugins/external
[plugin_dir_config]: /docs/autoscaling/agent#plugin_dir
[apm]: /docs/autoscaling/agent/apm#apm-block
[strategy]: /docs/autoscaling/agent/strategy#strategy-block
[target]: /docs/autoscaling/agent/target#target-block

0 comments on commit fb5e898

Please sign in to comment.