[iscsi-tools] Using with Openstack Cinder not working
Has anyone tried using iscsi-tools with cinder and openstack and gotten it to work? Im getting deadline exceeded beacuse the socket cannot be found
https://github.com/kubernetes/cloud-provider-openstack/blob/master/charts/cinder-csi-plugin/README.md
openstack-cinder-csi-nodeplugin
connection.go:232] Still connecting to unix:///csi/csi.sock
1 main.go:160] error connecting to CSI driver: context deadline exceeded
openstack-cinder-csi-controllerplugin
1 connection.go:183] Still connecting to unix:///var/lib/csi/sockets/pluginproxy/csi.sock
Have the same issue. /I0228 14:07:19.760539 1 connection.go:253] "Still connecting" address="unix:///var/lib/csi/sockets/pluginproxy/csi.sock" I0228 14:07:29.760426 1 connection.go:253] "Still connecting" address="unix:///var/lib/csi/sockets/pluginproxy/csi.sock" I0228 14:07:39.759965 1 connection.go:253] "Still connecting" address="unix:///var/lib/csi/sockets/pluginproxy/csi.sock" E0228 14:07:39.760731 1 main.go:149] "Failed to connect to the CSI driver" err="context deadline exceeded" csiAddress="/var/lib/csi/sockets/pluginproxy/csi.sock"
In my case, this was triggered by the mount of /etc/cacert, which is not necessary for me and which the Helm chart creates because it assumes that you are logging in with a certificate, but I am using application credentials. I had then seen mkdir error messages.
It is also commented out in the static manifests which they also offer.
You use the following values to remove the cacert mount:
csi:
plugin:
volumes: null
volumeMounts:
- name: cloud-config
mountPath: /etc/kubernetes
readOnly: true
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.