remove 'shell' form fence.

This commit is contained in:
yuandongx
2020-12-24 10:28:28 +00:00
parent f77ac7b2ff
commit 1962f7dae9
@@ -65,7 +65,7 @@ kubectl get --raw='/readyz?verbose'
<!-- The output will look like this: --> <!-- The output will look like this: -->
输出将如下所示: 输出将如下所示:
```shell ```
[+]ping ok [+]ping ok
[+]log ok [+]log ok
[+]etcd 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: --> <!-- The output show that the `etcd` check is excluded: -->
输出显示排除了 `etcd` 检查: 输出显示排除了 `etcd` 检查:
```shell ```
[+]ping ok [+]ping ok
[+]log ok [+]log ok
[+]etcd excluded: ok [+]etcd excluded: ok