Hi,
I have deployed HA RKE2 using Kube-VIP. The setup is successful when I configured server section of "/etc/rancher/rke2/config.yaml" file with "server: <first server node hostname>:9345" on all the secondary server nodes and the agent nodes.
Later I found that some of the documentations suggest using VIP hostname in the server section instead of first server node as "server: <VIP hostname>:9345".
I have a doubt in using the VIP hostname because the token we are using is from the first server node. So, I don't find any proper reason in using the VIP hostname with first sever node's token.
Please suggest me, which one I need to use in the server section. (first server hostname or VIP hostname)