E0000 11:00:00 1 node_register.go:00] failed to listen on socket: /registration/csi.vsphere.vmware.com-reg.sock with error: listen unix /registration/csi.vsphere.vmware.com-reg.sock: bind: permission denied
In RHCOS environments or any environment with SELinux enabled, the above permission issue may occur as an SELinux label may need to be applied to allow permission.
Update the CSI node daemonset deployment to make node-registrar container run with "securityContext: privileged:true".
For example:
securityContext:
privileged: true