remove 'shell' form fence.

This commit is contained in:
yuandongx 2020-12-24 10:28:28 +00:00
parent f77ac7b2ff
commit 1962f7dae9
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ kubectl get --raw='/readyz?verbose'
<!-- The output will look like this: -->
输出将如下所示:
```shell
```
[+]ping ok
[+]log ok
[+]etcd ok
@ -101,7 +101,7 @@ curl -k 'https://localhost:6443/readyz?verbose&exclude=etcd'
<!-- The output show that the `etcd` check is excluded: -->
输出显示排除了 `etcd` 检查:
```shell
```
[+]ping ok
[+]log ok
[+]etcd excluded: ok