Files
nomad/.changelog/20551.txt
Tim Gross 5b328d9adc CSI: add support for wildcard namespaces on plugin status (#20551)
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
2024-05-13 15:42:35 -04:00

4 lines
101 B
Plaintext

```release-note:improvement
csi: Added support for wildcard namespace to `plugin status` command
```