Skip to content

Commit

Permalink
Link broken (#14928)
Browse files Browse the repository at this point in the history
The link from the source code of the server.go is broken.

Signed-off-by: André R. de Miranda [email protected]
  • Loading branch information
André R. de Miranda authored and k8s-ci-robot committed Jun 18, 2019
1 parent 7e19498 commit 42cbe12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Any code greater than or equal to 200 and less than 400 indicates success. Any
other code indicates failure.

You can see the source code for the server in
[server.go](https://github.com/kubernetes/kubernetes/blob/master/test/images/liveness/server.go).
[server.go](https://github.com/kubernetes/kubernetes/blob/master/test/images/agnhost/liveness/server.go).

For the first 10 seconds that the Container is alive, the `/healthz` handler
returns a status of 200. After that, the handler returns a status of 500.
Expand Down

0 comments on commit 42cbe12

Please sign in to comment.