vsphere-tmm / helm-charts

A repository of unofficial helm charts for vSphere components
https://vsphere-tmm.github.io/helm-charts/
21 stars 27 forks source link

Vsphere CSI node CrashLoopBackOff #80

Open antwacky opened 5 months ago

antwacky commented 5 months ago

I'm getting an error upgrading from version 3.2.3 of the CSI chart to 3.3.3:

failed to retrieve nodeVM "k3s-node-1" using the node manager. Error: virtual machine wasn't found

The same error is shown for all of the nodes... One thing of note is that the node VM names within vcenter have a domain suffix (e.g. k3s-node-1.example.com) - although I expect the driver to look for the VM by UID(?) so I'm not sure if this is relevant.

When I rollback to 3.2.3, everything works again.

Any idea what's going on? Help is much appreciated.