curve-csi
curve-csi copied to clipboard
Curve Container Storage Interface(CSI) driver
curveadm status检查OK, 通过curve-csi部署,PVC可以正常bound curve-test-pvc Bound pvc-472743e9-c20c-4fba-8093-1d576fb6853f 10Gi RWO csi-curve-sc 14m 按照文档https://github.com/opencurve/curve-csi/blob/master/docs/README.md#create-test-pod,部署pod 启动pod报错: Warning FailedMount 1s kubelet MountVolume.MountDevice failed for volume "pvc-472743e9-c20c-4fba-8093-1d576fb6853f" : rpc error: code = Internal desc = can...
1. fix nil pointer err for Values.storageClass.enabled 2. add helm config for curve cluster 3. upgrade helm image version(curvecsi/curve-csi:v3.0.1)
It seems that only curvebs are supported.
I hope curve-csi support curve-tgt, use iscsi create volume、mount volume.
###Description The bug is that the Deployment `csi-curve-plugin-provisioner` and DaemonSet `csi-curve-plugin` in the charts have too much RBAC permission than they need. The service account of `csi-curve-plugin-provisioner` is bound to...