open-nomad/demo/csi
Tim Gross cf6146b2e5 CSI: demo for hostpath plugin
A demo for the CSI hostpath plugin, used primarily for development
purposes. This reproduction has been used for testing during our CSI
implementation work, and this changeset makes that public.
2021-04-09 10:46:58 -04:00
..
ceph-csi-plugin Provided base ceph-rbd CSI driver example (#8664) 2020-08-13 13:00:37 -04:00
cinder-csi-plugin Update Cinder CSI example docs (#9267) 2020-11-05 08:19:16 -05:00
digitalocean demo: hclfmt a jobspec 2021-03-09 14:19:14 -05:00
hostpath CSI: demo for hostpath plugin 2021-04-09 10:46:58 -04:00
README.md directory for CSI examples (#8651) 2020-08-12 10:38:49 -04:00

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.