Files
nomad/demo/csi/README.md
Aimee Ukasick a30cb2f137 Update UI, code comment, and README links to docs, tutorials (#26429)
* Update UI, code comment, and README links to docs, tutorials

* fix typo in ephemeral disks learn more link url

* feedback on typo

Co-authored-by: Tim Gross <tgross@hashicorp.com>

---------

Co-authored-by: Tim Gross <tgross@hashicorp.com>
2025-08-06 09:40:23 -05:00

20 lines
830 B
Markdown

# Container Storage Interface (CSI) examples
This directory contains examples of registering CSI plugin jobs and volumes
for those plugins.
Contributions are welcome but demos are *not supported* by the core Nomad
development team. Please tag demo authors when filing issues about CSI demos.
### Contributing
If you'd like to contribute an example, open a PR with a folder for the plugin
in this directory. This folder should include:
* A `README.md` with any added instructions a user might need to use the
plugin. Please include a link to the CSI plugin's source repository.
* Add an `Author: @<Github Username>` field at the top so you can be tagged
on issues.
* A Nomad job file for the plugin.
* A [volume specification](https://developer.hashicorp.com/nomad/commands/volume/register#volume-specification) file.