In a microk8s environment, I installed storageos cluster-operator with helm3 chart , csi enabled .
Everything runs ok , including GUI, and PVC creation.
POD's instead fails to attach - timeout with error : cannot find csi.storageos.com
My install command is as follow :
helm3 install grid-storageos storageos/storageos-operator
--namespace kube-system
--set cluster.kvBackend.address=192.168.0.10:2379 \ # VIP address of external etcd cluster (TLS disabled)
--set cluster.admin.username=storageos
--set cluster.admin.password=********
--set csi.enable=true
--set csi.deploymentStrategy=deployment
--set csi.enableControllerPublishCreds=true
--set csi.enableNodePublishCreds=true
--set csi.enableProvisionCreds=true