victorious-forest-33378
02/20/2025, 2:27 PMcurl -sfL <https://get.k3s.io> | K3S_TOKEN=<K3S_TOKEN> sh -s - agent \
--server <https://10.56.0.1:6443> \ # Master 1
--server <https://10.56.0.2:6443> \ # Master 2
--server <https://10.56.0.3:6443> # Master 3
creamy-pencil-82913
02/20/2025, 5:29 PM• Optional: A fixed registration address for agent nodes to register with the clusterYou can only point agents at a single address. This is why we recommend use of a fixed registration address - whether thats an external LB in front of the servers, or a DNS alias, or something else that you come up with.
sticky-summer-13450
02/20/2025, 10:31 PMwhether thats an external LB in front of the serversFor example, by using kube-vip: https://kube-vip.io/docs/usage/k3s/ (Other load balancers are available)
victorious-forest-33378
02/23/2025, 4:41 PMvictorious-forest-33378
02/23/2025, 4:41 PM--node-ip
on each cluster nodes ?