Skip to content

Commit b88fe10

Browse files
authored
Merge pull request #29589 from anuraaga/patch-1
Fix typo in health-checks doc
2 parents edc098d + 6c1ecfa commit b88fe10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/using-api/health-checks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Kubernetes API server provides 3 API endpoints (`healthz`, `livez` and `read
1818
The `healthz` endpoint is deprecated (since Kubernetes v1.16), and you should use the more specific `livez` and `readyz` endpoints instead.
1919
The `livez` endpoint can be used with the `--livez-grace-period` [flag](/docs/reference/command-line-tools-reference/kube-apiserver) to specify the startup duration.
2020
For a graceful shutdown you can specify the `--shutdown-delay-duration` [flag](/docs/reference/command-line-tools-reference/kube-apiserver) with the `/readyz` endpoint.
21-
Machines that check the `health`/`livez`/`readyz` of the API server should rely on the HTTP status code.
21+
Machines that check the `healthz`/`livez`/`readyz` of the API server should rely on the HTTP status code.
2222
A status code `200` indicates the API server is `healthy`/`live`/`ready`, depending of the called endpoint.
2323
The more verbose options shown below are intended to be used by human operators to debug their cluster or specially the state of the API server.
2424

0 commit comments

Comments
 (0)