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_test.go
loadbalancer.go Add health-check support to loadbalancer 2024-03-27 16:50:27 -07:00
servers_test.go
servers.go Add health-check support to loadbalancer 2024-03-27 16:50:27 -07:00
utility_windows.go
utility.go
utlity_linux.go