Skip to content

Commit

Permalink
fix: available typo
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
  • Loading branch information
testwill authored and aauren committed Sep 3, 2023
1 parent 82cd7c9 commit b084c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/health.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The health path is `/healthz`

--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
If port is set to 0 (zero) no HTTP endpoint will be made available but the health controller will still run and print out any missed heartbeats to STDERR of kube-router

If a controller does not send a heartbeat within controllersynctime + 5 seconds the component will be flagged as unhealthy.

Expand All @@ -21,4 +21,4 @@ kube-router is started with
--run-firewall=true
--run-service-proxy=true

If the route controller, policy controller or service controller exits it's main loop and does not publish a heartbeat the /healthz endpoint will return a error 500 signaling that kube-router is not healthy.
If the route controller, policy controller or service controller exits it's main loop and does not publish a heartbeat the /healthz endpoint will return a error 500 signaling that kube-router is not healthy.

0 comments on commit b084c2a

Please sign in to comment.