Hello together,
I assume I came a little closer to the issue. I found the following prerequisites for rke2 and assume this is related
Server nodes beyond the first one and all agent nodes need a URL to register against. This can be the IP or hostname of any of the server nodes, but in many cases those may change over time as nodes are created and destroyed. Therefore, you should have a stable endpoint in front of the server nodes.
This endpoint can be set up using any number approaches, such as:
• A layer 4 (TCP) load balancer
• Round-robin DNS
• Virtual or elastic IP addresses
I have now set an A record
harvester.my-example.com -> IP However, in the Harvester installer I cannot set the VIP to the dns record. Would be great if someone could explain how this should work. I do not want to host an extra server just for load balancing in front of the cluster