remove 'shell' form fence.
This commit is contained in:
parent
f77ac7b2ff
commit
1962f7dae9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue