Skip to content

Commit

Permalink
pin containerd to 1.7.22 version for k3s
Browse files Browse the repository at this point in the history
containerd-shim-runc-v2 is now pulling in versions > 2.0.0 by default. (containerd/containerd#10984)
pinning is required because any version >2.0.0 is not compatible with daemon < 2.0.0
daemon in this case is coming from k3s itself and upstream k3s project have not migrated yet to version > 2.0.0
there's is an issue tracking k3s update to containerd > 2.0.0 (k3s-io/k3s#11375)
remove pin once upstream migrates to containerd > 2.0.0

Signed-off-by: kranurag7 <[email protected]>
  • Loading branch information
kranurag7 committed Nov 27, 2024
1 parent e82fcfd commit 40c276e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions k3s.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
package:
name: k3s
version: 1.31.2.1
epoch: 3
epoch: 4
description:
copyright:
- license: Apache-2.0
dependencies:
runtime:
- busybox
- conntrack-tools
- containerd-shim-runc-v2
# containerd-shim-runc-v2 is now pulling in versions > 2.0.0 by default. (https://github.com/containerd/containerd/issues/10984)
# pinning is required because any version >2.0.0 is not compatible with daemon < 2.0.0
# daemon in this case is coming from k3s itself and they've not migrated yet to version > 2.0.0
# there's is an issue tracking k3s update to containerd > 2.0.0 (https://github.com/k3s-io/k3s/issues/11375)
# remove pin once upstream migrates to containerd > 2.0.0
- containerd-shim-runc-v2=~1.7.22
- ip6tables # this pulls in iptables as well
- kmod
- libseccomp
Expand Down

0 comments on commit 40c276e

Please sign in to comment.