open-nomad/demo/csi
Derek Strickland f4c82d9c62
Update terraform configuration for demo/csi/digitalocean (#11093)
* Update configuration for csi/digitalocean demo

* hclfmt DigitalOcean CSI demo files

Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
2021-08-29 06:15:34 -04:00
..
ceph-csi-plugin demo: apply hclfmt to ceph files 2021-05-03 09:27:26 -06:00
cinder-csi-plugin Update Cinder CSI example docs (#9267) 2020-11-05 08:19:16 -05:00
digitalocean Update terraform configuration for demo/csi/digitalocean (#11093) 2021-08-29 06:15:34 -04:00
hostpath docs: CSI hostpath demo doesn't need docker.volumes.enabled 2021-04-12 10:46:02 -04:00
README.md directory for CSI examples (#8651) 2020-08-12 10:38:49 -04:00

README.md

Container Storage Interface (CSI) examples

This directory contains examples of registering CSI plugin jobs and volumes for those plugins.

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.
  • A Nomad job file for the plugin.
  • A volume specification file.