Link broken (#14928)

The link from the source code of the server.go is broken.

Signed-off-by: André R. de Miranda andre@miranda.work
This commit is contained in:
André R. de Miranda
2019-06-17 22:16:15 -03:00
committed by Kubernetes Prow Robot
parent 7e194986c8
commit 42cbe1256e
@@ -138,7 +138,7 @@ Any code greater than or equal to 200 and less than 400 indicates success. Any
other code indicates failure. other code indicates failure.
You can see the source code for the server in 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 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. returns a status of 200. After that, the handler returns a status of 500.