k3s/pkg/agent/loadbalancer
Brad Davidson c51d7bfbd1 Add health-check support to loadbalancer
* Adds support for health-checking loadbalancer servers. If a
  health-check fails when dialing, all existing connections to the
  server will be closed.
* Wires up a remotedialer tunnel connectivity check as the health check
  for supervisor/apiserver connections.
* Wires up a simple ping request to the supervisor port as the health
  check for etcd connections.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2024-03-27 16:50:27 -07:00
..
config.go
loadbalancer.go Add health-check support to loadbalancer 2024-03-27 16:50:27 -07:00
loadbalancer_test.go Fix tests to not hide failure location in dummp assert functions 2023-04-04 12:02:22 -07:00
servers.go Add health-check support to loadbalancer 2024-03-27 16:50:27 -07:00
servers_test.go Move proxy dialer out of init() and fix crash 2024-01-11 16:12:15 -08:00
utility.go
utility_windows.go
utlity_linux.go