Skip to content

Commit

Permalink
health docs
Browse files Browse the repository at this point in the history
  • Loading branch information
roffe committed Feb 5, 2018
1 parent f38dc79 commit 258cf2c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Documentation/healthz.md → Documentation/health.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Health checking kube-router

kube-router currently has basic health checking in form of heartbeats sent from each controller to the health manager each time the main loop completes successfully.
kube-router currently has basic health checking in form of heartbeats sent from each controller to the healthcontroller each time the main loop completes successfully.

The health port is by default 20244 but can be changed with the startup option.
The health path is `/healthz`

The healthz port is by default 20244 but can be changed with the startup option

--health-port=<port number>

If port is set to 0 (zero) no HTTP endpoint will be made availible but the health controller will still run and print out any missed heartbeats to STDERR of kube-router
Expand Down

0 comments on commit 258cf2c

Please sign in to comment.