diff --git a/content/en/blogs/dockershim-out-of-kubernetes.md b/content/en/blogs/dockershim-out-of-kubernetes.md index c1353b66e..f61bca3d4 100644 --- a/content/en/blogs/dockershim-out-of-kubernetes.md +++ b/content/en/blogs/dockershim-out-of-kubernetes.md @@ -93,6 +93,8 @@ As KubeSphere supports any implementation of the Kubernetes CRI, you can easily ```bash systemctl enable containerd && systemctl restart containerd ``` + +> If `containerd config dump |grep sandbox_image` still shows `k8s.gcr.io/pause:xxx`, please add `version = 2` to the beginning of `/etc/containerd/config.toml` and run `systemctl restart containerd`. 4. Install crictl. diff --git a/content/zh/blogs/dockershim-out-of-kubernetes.md b/content/zh/blogs/dockershim-out-of-kubernetes.md index d9d5b713b..4cf8bcaf3 100644 --- a/content/zh/blogs/dockershim-out-of-kubernetes.md +++ b/content/zh/blogs/dockershim-out-of-kubernetes.md @@ -91,6 +91,8 @@ EOF $ systemctl enable containerd && systemctl restart containerd ``` +> 如果`containerd config dump |grep sandbox_image`仍是显示`k8s.gcr.io/pause:xxx`,请将`version = 2`添加到`/etc/containerd/config.toml`开头并执行`systemctl restart containerd`。 + 4. 安装 crictl。 ```shell