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
Error: INSTALLATION FAILED:
Unable to continue with install:
ClusterRole "external-provisioner-runner" in namespace "" exists and cannot be imported into the current release:
invalid ownership metadata;
annotation validation error: key "meta.helm.sh/release-name" must equal "csi-s3": current value is "linstor";
annotation validation error: key "meta.helm.sh/release-namespace" must equal "csi-s3": current value is "linstor-system"
I do have Linstor CSI driver installed. It seemed to coexist okay with Ceph's CSI driver.
I managed to install the chart by rendering it as a template and patching the template like this:
(Please ignore the plugin path changes, this was necessary to make the driver work with k0s distribution, it would be nice to have this configurable, but probably belongs in it's own issue?)
Hi everyone.
It seems that the chart tries to create resources with names, that might be used by another external provisioner:
I do have Linstor CSI driver installed. It seemed to coexist okay with Ceph's CSI driver.
I managed to install the chart by rendering it as a template and patching the template like this:
(Please ignore the plugin path changes, this was necessary to make the driver work with k0s distribution, it would be nice to have this configurable, but probably belongs in it's own issue?)
The text was updated successfully, but these errors were encountered: