mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
Describe the built-in `mkdir` plugin in the plugin concepts docs in a little more detail. Crosslink to there from the `plugin_id` field docs, and clarify that the `mkdir` plugin doesn't support the capacity request fields. Update the example plugins to avoid using volume author controlled variables in favor of Nomad-controlled ones, to reduce the risk of path traversal, and explain to plugin authors they'll likely want to avoid this in their own plugins.