github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/demo/csi/README.md (about)

     1  # Container Storage Interface (CSI) examples
     2  
     3  This directory contains examples of registering CSI plugin jobs and volumes
     4  for those plugins.
     5  
     6  ### Contributing
     7  
     8  If you'd like to contribute an example, open a PR with a folder for the plugin
     9  in this directory. This folder should include:
    10  
    11  * A `README.md` with any added instructions a user might need to use the
    12    plugin. Please include a link to the CSI plugin's source repository.
    13  * A Nomad job file for the plugin.
    14  * A [volume specification](https://www.nomadproject.io/docs/commands/volume/register#volume-specification) file.