vmware-samples / cloud-native-storage-self-service-manager

Cloud Native Storage (CNS) Manager is a diagnostic and self-service tool that helps detect and auto-remediate some of the known issues in storage control plane.
Apache License 2.0
15 stars 4 forks source link

Add support to register clusters with auto-generated clusterId in CSI 3.0 #9

Closed gohilankit closed 1 year ago

gohilankit commented 1 year ago

vSphere CSI driver 3.0.0 has an optional feature to auto-generate CSI cluster id if not provided in vsphere-config-secret. For cluster registration, CNS manager was relying on this secret for the cluster id to be present.
We're adding this handling now and it will be released in v0.1.1 patch.