mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The `nomad plugin status :plugin_id` command lists allocations that implement the plugin being queried. This list is filtered by the `-namespace` flag as usual. Cluster admins will likely deploy plugins to a single namespace, but for convenience they may want to have the wildcard namespace set in their command environment. Add support for handling the wildcard namespace to the CSI plugin RPC handler. Fixes: https://github.com/hashicorp/nomad/issues/20537
4 lines
101 B
Plaintext
4 lines
101 B
Plaintext
```release-note:improvement
|
|
csi: Added support for wildcard namespace to `plugin status` command
|
|
```
|