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

[2.0.0] Plugin must not depend on k8s #332

Closed
resmo opened this issue Nov 24, 2022 · 3 comments
Closed

[2.0.0] Plugin must not depend on k8s #332

resmo opened this issue Nov 24, 2022 · 3 comments

Comments

@resmo
Copy link
Contributor

resmo commented Nov 24, 2022

Currently non k8s users, such as Nomad, Mesos, Cloud Foundry are not able to use the plugin version >=2.0.0 because it relies on k8s features (#302).

I would suggest to make any k8s feature opt-in using an argument e.g. --use-k8s

Also related is #330 #331

@apricote
Copy link
Member

The problem is that we return a non-CSI-spec conformant accessible_topology for new volumes created with v2.0.0 and also made changes to the Node accessible_topology that causes the same issue for older volumes. We do not rely on any kubernetes features.

See #333 for a detailed explanation and the steps to fix this.

The planned version v2.1.0 should fix the issue for Nomad users.

@resmo
Copy link
Contributor Author

resmo commented Nov 25, 2022

closing this as I've seen this addressed. in #333

@resmo resmo closed this as completed Nov 25, 2022
@apricote
Copy link
Member

v2.1.0 has been released which should fix the issue with Nomad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants