Merge pull request #10448 from hashicorp/f-docs-add-autoscaler-plugin-launch-info

docs: add detail on launching autoscaler external plugins.
This commit is contained in:
James Rasell 2021-04-27 08:29:31 +02:00 committed by GitHub
commit 2dfdf99f91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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