-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support for Nomad #331
Comments
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs. |
I would like to contribute the docs and jobs but I am missing a doc structure entrypoint. |
Very nice :) I have started to refactor the existing docs to differentiate what is for Kubernetes vs general stuff. |
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs. |
PR #467 |
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs. |
Once we have some automated tests we can remove the "Not Officially Supported" warning from the README. |
Nomad supports the CSI specification, and our provider works with it. At the moment we only test against and provide documentation for Kubernetes. Nomad users have to figure out how to deploy the driver themselves (which is arguably way easier than the kubernetes deployment).
This has caused issues, where changes we made to our driver and the Kubernetes deployment were not communicated to Nomad users, whose deployment broke as a result of this. See #330.
To support Nomad we would need to implement the following tasks:
The text was updated successfully, but these errors were encountered: