Skip to content
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

Open
2 of 3 tasks
apricote opened this issue Nov 21, 2022 · 8 comments
Open
2 of 3 tasks

feat: Support for Nomad #331

apricote opened this issue Nov 21, 2022 · 8 comments
Labels
enhancement New feature or request pinned

Comments

@apricote
Copy link
Member

apricote commented Nov 21, 2022

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:

@github-actions
Copy link

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.

@github-actions github-actions bot added the Stale label Apr 18, 2023
@resmo
Copy link
Contributor

resmo commented Apr 18, 2023

I would like to contribute the docs and jobs but I am missing a doc structure entrypoint.

@github-actions github-actions bot removed the Stale label Apr 19, 2023
@apricote
Copy link
Member Author

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.

@apricote
Copy link
Member Author

@resmo I moved the existing docs & e2e tests into sub dirs to make room for Nomand stuff :) You can check out the changes in #410.

@github-actions
Copy link

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.

@resmo
Copy link
Contributor

resmo commented Jul 26, 2023

PR #467

Copy link

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.

@github-actions github-actions bot added the Stale label Nov 13, 2023
@apricote apricote added pinned and removed Stale labels Nov 13, 2023
@apricote
Copy link
Member Author

Once we have some automated tests we can remove the "Not Officially Supported" warning from the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned
Projects
None yet
Development

No branches or pull requests

2 participants