cnrancher / autok3s

Run K3s Everywhere
https://www.suse.com
Apache License 2.0
784 stars 77 forks source link

[Feature Request] Additional IP for HA load balancer #575

Open dyipon opened 1 year ago

dyipon commented 1 year ago

When I setup 3 master nodes in HA, the worker nodes K3S_URL env points to the first master IP. If the 1st master goes down, worker nodes cannot reach the remained master nodes.

I setuped a keepalived to float between master nodes. That would be great if we can set this floating IP as K3S_URL instead of the 1st master IP.