• Brad Davidson's avatar
    Add health-check support to loadbalancer · 347fb006
    Brad Davidson authored
    * 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: 's avatarBrad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit c51d7bfb)
    347fb006
Name
Last commit
Last update
..
config.go Loading commit data...
loadbalancer.go Loading commit data...
loadbalancer_test.go Loading commit data...
servers.go Loading commit data...
servers_test.go Loading commit data...
utility.go Loading commit data...
utility_windows.go Loading commit data...
utlity_linux.go Loading commit data...