From 820bd926906f60e19a62b7eb809053fe3e75818c Mon Sep 17 00:00:00 2001 From: kerthcet Date: Mon, 6 Sep 2021 17:47:46 +0800 Subject: [PATCH] fix document non-synchronous in crictl.md Signed-off-by: kerthcet --- docs/cri/crictl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cri/crictl.md b/docs/cri/crictl.md index 5d59c10b0..8db9ed09e 100644 --- a/docs/cri/crictl.md +++ b/docs/cri/crictl.md @@ -81,7 +81,7 @@ docker.io/library/busybox latest f6e427c148a76 728kB k8s.gcr.io/pause 3.6 ed210e3e4a5ba 683kB $ sudo crictl inspecti ed210e3e4a5ba ... displays information about the pause image. -$ sudo crictl inspecti k8s.gcr.io/pause:3.5 +$ sudo crictl inspecti k8s.gcr.io/pause:3.6 ... displays information about the pause image. ```