mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
Closes #12927 Closes #12958 This PR updates the version of redis used in our examples from 3.2 to 7. The old version is very not supported anymore, and we should be setting a good example by using a supported version. The long-form example job is now fixed so that the service stanza uses nomad as the service discovery provider, and so now the job runs without a requirement of having Consul running and configured.
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.mdwith 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.
- Add an
- A Nomad job file for the plugin.
- A volume specification file.