Skip to content

Commit 6c3c537

Browse files
committed
critools-version: v1.30.0
Pulls in kubernetes-sigs/cri-tools PR 1344 (`KEP-3857: Recursive Read-only (RRO) mounts`) to test PR 9787 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 45b4948 commit 6c3c537

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

script/critest.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ cat > ${BDIR}/config.toml <<EOF
3535
version = 2
3636
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
3737
runtime_type = "${TEST_RUNTIME}"
38+
[plugins."io.containerd.snapshotter.v1.overlayfs"]
39+
# slow_chown is needed to avoid an error with kernel < 5.19:
40+
# > "snapshotter \"overlayfs\" doesn't support idmap mounts on this host,
41+
# > configure \`slow_chown\` to allow a slower and expensive fallback"
42+
# https://github.com/containerd/containerd/pull/9920#issuecomment-1978901454
43+
# This is safely ignored for kernel >= 5.19.
44+
slow_chown = true
3845
EOF
3946
ls /etc/cni/net.d
4047

script/setup/critools-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.29.0
1+
v1.30.0

0 commit comments

Comments
 (0)