From 365717a14087ac996dbd629917cc32b4be826992 Mon Sep 17 00:00:00 2001 From: buxiaomo <95112082@qq.com> Date: Mon, 23 Dec 2024 09:45:56 +0800 Subject: [PATCH] upgrade containerd v2.0.1 upgrade runc v1.2.3 upgrade crictl v1.27.1 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5c110f53..a57b63df 100644 --- a/Makefile +++ b/Makefile @@ -17,9 +17,9 @@ CNI_VERSION:=1.6.1 KUBE_RUNTIME:=containerd DOCKER_VERSION:=20.10.17 -CONTAINERD_VERSION:=2.0.0 -CRICTL_VERSION:=1.27.0 -RUNC_VERSION:=1.2.1 +CONTAINERD_VERSION:=2.0.1 +CRICTL_VERSION:=1.27.1 +RUNC_VERSION:=1.2.3 # kubernetes network plugin # flannel, calico, canal, cilium, antrea, none