diff --git a/docs/cri/crictl.md b/docs/cri/crictl.md index 461249d8e..abd380ea8 100644 --- a/docs/cri/crictl.md +++ b/docs/cri/crictl.md @@ -163,6 +163,9 @@ RuntimeVersion: v1.7.0 RuntimeApiVersion: v1 ``` ## Display Status & Configuration Information about Containerd & The CRI Plugin +
+

+ ```console $ crictl info { @@ -326,6 +329,10 @@ $ crictl info "lastCNILoadStatus.default": "OK" } ``` + +

+
+ ## More Information See [here](https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md) for information about crictl.