Skip to content

Commit 5af5685

Browse files
authored
Merge pull request #44466 from chenrui333/health-checks-fix-individual-health-check-comment
[en] fix schema comemnt for health-checks doc
2 parents e7f56c7 + 73ede84 commit 5af5685

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
@@ -94,7 +94,7 @@ The output show that the `etcd` check is excluded:
9494
{{< feature-state state="alpha" >}}
9595

9696
Each individual health check exposes an HTTP endpoint and can be checked individually.
97-
The schema for the individual health checks is `/livez/<healthcheck-name>` where `livez` and `readyz` and be used to indicate if you want to check the liveness or the readiness of the API server.
97+
The schema for the individual health checks is `/livez/<healthcheck-name>` or `/readyz/<healthcheck-name>`, where `livez` and `readyz` can be used to indicate if you want to check the liveness or the readiness of the API server, respectively.
9898
The `<healthcheck-name>` path can be discovered using the `verbose` flag from above and take the path between `[+]` and `ok`.
9999
These individual health checks should not be consumed by machines but can be helpful for a human operator to debug a system:
100100

0 commit comments

Comments
 (0)