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 Replace deprecated ioutil package (#6230) 2022-10-07 17:36:57 -07:00
loadbalancer_test.go Fix tests to not hide failure location in dummp assert functions 2023-04-04 12:02:22 -07:00
loadbalancer.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
servers.go Add health-check support to loadbalancer 2024-03-27 16:50:27 -07:00
utility_windows.go Bump golang to 1.18.1 2022-05-11 14:39:07 -07:00
utility.go Use go tcpproxy 2019-07-30 09:53:15 -07:00
utlity_linux.go Update golangci-lint to 1.45.2 2022-04-13 14:48:42 -07:00