You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: