k3s/pkg/agent/loadbalancer
Brad Davidson cd4ddedbc9 Fix issue with loadbalancer failover to default server
The loadbalancer should only fail over to the default server if all other server have failed, and it should force fail-back to a preferred server as soon as one passes health checks.

The loadbalancer tests have been improved to ensure that this occurs.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2024-11-13 19:41:45 -08:00
..
config.go
loadbalancer.go Fix issue with loadbalancer failover to default server 2024-11-13 19:41:45 -08:00
loadbalancer_test.go Fix issue with loadbalancer failover to default server 2024-11-13 19:41:45 -08:00
servers.go Fix issue with loadbalancer failover to default server 2024-11-13 19:41:45 -08:00
servers_test.go Move proxy dialer out of init() and fix crash 2024-01-11 16:12:15 -08:00
utility.go Fix issue with loadbalancer failover to default server 2024-11-13 19:41:45 -08:00
utility_windows.go
utlity_linux.go