Fold the output of crictl info

Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>
This commit is contained in:
Iceber Gu 2023-03-16 19:48:10 +08:00
parent 32d431a7cb
commit 14714b94de

View File

@ -163,6 +163,9 @@ RuntimeVersion: v1.7.0
RuntimeApiVersion: v1 RuntimeApiVersion: v1
``` ```
## Display Status & Configuration Information about Containerd & The CRI Plugin ## Display Status & Configuration Information about Containerd & The CRI Plugin
<details>
<p>
```console ```console
$ crictl info $ crictl info
{ {
@ -326,6 +329,10 @@ $ crictl info
"lastCNILoadStatus.default": "OK" "lastCNILoadStatus.default": "OK"
} }
``` ```
</p>
</details>
## More Information ## More Information
See [here](https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md) See [here](https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md)
for information about crictl. for information about crictl.