From 4c30e7db1471c37c524c5bb97c1afa9b7a42a4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Tue, 3 Jan 2023 09:10:01 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=82=EF=B8=8F=20=20Remove=20containerd=201?= =?UTF-8?q?.5=20pinning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Kubernetes 1.26 requires CRI v1, which means containerd 1.6. --- prepare-vms/lib/commands.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/prepare-vms/lib/commands.sh b/prepare-vms/lib/commands.sh index ce829f20..9ef9bd0a 100644 --- a/prepare-vms/lib/commands.sh +++ b/prepare-vms/lib/commands.sh @@ -258,14 +258,6 @@ _cmd_docker() { sudo ln -sfn /mnt/docker /var/lib/docker fi - # containerd 1.6 breaks Weave. - # See https://github.com/containerd/containerd/issues/6921 - sudo tee /etc/apt/preferences.d/containerd <