mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
27 lines
813 B
Plaintext
27 lines
813 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad plugin command reference'
|
|
description: |
|
|
The `nomad plugin` command interacts with external plugins that a job can use, such as Container Storage Interface (CSI) plugins.
|
|
---
|
|
|
|
# `nomad plugin` command reference
|
|
|
|
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
|
|
|
|
```plaintext
|
|
nomad plugin <subcommand> [options]
|
|
```
|
|
|
|
Run `nomad plugin <subcommand> -h` for help on that subcommand. The following
|
|
subcommands are available:
|
|
|
|
- [`plugin status`][status] - Display status information about a plugin
|
|
|
|
[csi]: https://github.com/container-storage-interface/spec
|
|
[status]: /nomad/commands/plugin/status 'Display status information about a plugin'
|