open-nomad/demo/csi
Tim Gross e687a21da9
CSI: set plugin CSI_ENDPOINT env var only if unset by user (#12257)
* Use unix:// prefix for CSI_ENDPOINT variable by default
* Some plugins have strict validation over the format of the
  `CSI_ENDPOINT` variable, and unfortunately not all plugins
  agree. Allow the user to override the `CSI_ENDPOINT` to workaround
  those cases.
* Update all demos and tests with CSI_ENDPOINT
2022-03-21 11:48:47 -04:00
..
ceph-csi-plugin CSI: set plugin CSI_ENDPOINT env var only if unset by user (#12257) 2022-03-21 11:48:47 -04:00
cinder-csi-plugin CSI: set plugin CSI_ENDPOINT env var only if unset by user (#12257) 2022-03-21 11:48:47 -04:00
digitalocean CSI: set plugin CSI_ENDPOINT env var only if unset by user (#12257) 2022-03-21 11:48:47 -04:00
hostpath CSI: set plugin CSI_ENDPOINT env var only if unset by user (#12257) 2022-03-21 11:48:47 -04:00
kadalu-csi [demo] Kadalu CSI support for Nomad (#11207) 2021-10-06 15:29:15 -04:00
portworx-csi-plugin docs: add @ggriffiths as author 2021-09-29 10:50:51 -07:00
README.md

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 file.