k3s/pkg/cluster
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
..
managed Reorganize Driver interface and etcd driver to avoid passing context and config into most calls 2023-09-25 11:54:23 -07:00
address_controller.go Add RWMutex to address controller 2023-08-29 20:52:37 -07:00
bootstrap_test.go Store extra metadata and cluster ID for snapshots 2023-10-12 15:04:45 -07:00
bootstrap.go Skip initial datastore reconcile during cluster-reset 2023-11-15 14:31:44 -08:00
cluster.go Add health-check support to loadbalancer 2024-03-27 16:50:27 -07:00
encrypt.go Add server token hash to CR and S3 2023-10-12 15:04:45 -07:00
etcd.go [master] changing package to k3s-io (#4846) 2022-03-02 15:47:27 -08:00
https.go Reorganize Driver interface and etcd driver to avoid passing context and config into most calls 2023-09-25 11:54:23 -07:00
managed.go Add health-check support to loadbalancer 2024-03-27 16:50:27 -07:00
router.go Remove unnecessary copies of runtime struct 2022-02-28 12:05:16 -08:00
storage.go Add server token hash to CR and S3 2023-10-12 15:04:45 -07:00