From 05034a6cd0c1bfe0e69391f994c38656d3896e44 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Tue, 1 Mar 2022 07:57:41 -0500 Subject: [PATCH] docs: clarify that plugin commands are for CSI only (#12151) --- website/content/docs/commands/plugin/index.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/content/docs/commands/plugin/index.mdx b/website/content/docs/commands/plugin/index.mdx index 001d5ae75..e7d946279 100644 --- a/website/content/docs/commands/plugin/index.mdx +++ b/website/content/docs/commands/plugin/index.mdx @@ -7,7 +7,9 @@ description: | # Command: plugin -The `plugin` command is used to interact with plugins. +The `plugin` command is used to interact with external plugins that +can be registered by Nomad jobs. Currently Nomad supports [Container +Storage Interface (CSI)][csi] plugins. ## Usage @@ -18,4 +20,5 @@ subcommands are available: - [`plugin status`][status] - Display status information about a plugin +[csi]: https://github.com/container-storage-interface/spec [status]: /docs/commands/plugin/status 'Display status information about a plugin'