From 075bc7aa6a04d1d5ca951dbe210a3247a30f10bc Mon Sep 17 00:00:00 2001 From: chenhao <563278383@qq.com> Date: Tue, 7 Sep 2021 10:27:30 +0800 Subject: [PATCH] fix containerd still uses "k8s.gcr.io/pause" for en --- content/en/blogs/dockershim-out-of-kubernetes.md | 2 ++ 1 file changed, 2 insertions(+) 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.