Hey I encountered a problem that I can't initiali...
# windows
c
Hey I encountered a problem that I can't initialize more than 2 windows nodes if I use the vsphere cloud provider when provisioning new rke2 cluster using rancher For some reason, after starting rke2-agent, vmware tools no longer returns the IP address of the virtual machine, and in order for the node to be fully initialized, vsphere cpi must receive information about the virtual machine via vsphere api, but the logs show the following:
Copy code
I0501 02:29:07.647767       1 node_controller.go:233] error syncing 'windows-p-4d0d9': failed to get instance metadata for node windows-p-4d0d9: failed to get instance ID from cloud provider: VM GuestNicInfo is empty, requeuing
E0501 02:29:07.647791       1 node_controller.go:244] "Unhandled Error" err="error syncing 'windows-p-4d0d9': failed to get instance metadata for node windows-p-4d0d9: failed to get instance ID from cloud provider: VM GuestNicInfo is empty, requeuing"
Vmware tools also stops reporting IP addresses of those Windows nodes that were able to join, but there are no errors for them in the cpi logs Has anyone encountered the same problem?