Skip to content

Commit 5744728

Browse files
authored
Merge pull request #25801 from yuandongx/h-check
[zh]update health-checks.md.
2 parents 52e12f7 + 1962f7d commit 5744728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ kubectl get --raw='/readyz?verbose'
6565
<!-- The output will look like this: -->
6666
输出将如下所示:
6767

68-
```shell
68+
```
6969
[+]ping ok
7070
[+]log ok
7171
[+]etcd ok
@@ -101,7 +101,7 @@ curl -k 'https://localhost:6443/readyz?verbose&exclude=etcd'
101101
<!-- The output show that the `etcd` check is excluded: -->
102102
输出显示排除了 `etcd` 检查:
103103

104-
```shell
104+
```
105105
[+]ping ok
106106
[+]log ok
107107
[+]etcd excluded: ok

0 commit comments

Comments
 (0)