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 <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
parent
45b49487e5
commit
6c3c5376fc
@ -35,6 +35,13 @@ cat > ${BDIR}/config.toml <<EOF
|
||||
version = 2
|
||||
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
|
||||
runtime_type = "${TEST_RUNTIME}"
|
||||
[plugins."io.containerd.snapshotter.v1.overlayfs"]
|
||||
# slow_chown is needed to avoid an error with kernel < 5.19:
|
||||
# > "snapshotter \"overlayfs\" doesn't support idmap mounts on this host,
|
||||
# > configure \`slow_chown\` to allow a slower and expensive fallback"
|
||||
# https://github.com/containerd/containerd/pull/9920#issuecomment-1978901454
|
||||
# This is safely ignored for kernel >= 5.19.
|
||||
slow_chown = true
|
||||
EOF
|
||||
ls /etc/cni/net.d
|
||||
|
||||
|
@ -1 +1 @@
|
||||
v1.29.0
|
||||
v1.30.0
|
||||
|
Loading…
Reference in New Issue
Block a user