docs: clarify that plugin commands are for CSI only (#12151)

This commit is contained in:
Tim Gross 2022-03-01 07:57:41 -05:00 committed by GitHub
parent 02ae95ab22
commit ca06f6153a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

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