Merge pull request #5947 from kerthcet/feature/upgrade-pause-image-to-3.6

fix document non-synchronous
This commit is contained in:
Phil Estes 2021-09-07 10:12:42 -04:00 committed by GitHub
commit 132aa56ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ docker.io/library/busybox latest f6e427c148a76 728kB
k8s.gcr.io/pause 3.6 ed210e3e4a5ba 683kB k8s.gcr.io/pause 3.6 ed210e3e4a5ba 683kB
$ sudo crictl inspecti ed210e3e4a5ba $ sudo crictl inspecti ed210e3e4a5ba
... displays information about the pause image. ... 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. ... displays information about the pause image.
``` ```