fix containerd still uses "k8s.gcr.io/pause" for en

This commit is contained in:
chenhao 2021-09-07 10:27:30 +08:00 committed by GitHub
parent b67b5abc60
commit 075bc7aa6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.