I’m trying to create RKE Kubernetes cluster with the help of vSphere provider and using a preconfigured node template.
When Rancher creates the VM nodes on VMware environment, I need them to have unique hostnames and IP’s.
The problem is that the nodes are provisioned simultaneously from the template in vSphere and at first power-on, they couldn't get IP address and just power on! One strange thing is that if I deploy a new VM from this template manually on vCenter, it works fine and get IP !!
I need the nodes to be configured with unique hostnames and IP’s.
How do I fix this issue?