mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
fix containerd still uses "k8s.gcr.io/pause" for en
This commit is contained in:
parent
b67b5abc60
commit
075bc7aa6a
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue