From 6c3c5376fc168a7cd7950b40c5a904133993c173 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 4 Mar 2024 17:21:13 +0900 Subject: [PATCH] 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 --- script/critest.sh | 7 +++++++ script/setup/critools-version | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/script/critest.sh b/script/critest.sh index 0b270cd3b..e205e6355 100755 --- a/script/critest.sh +++ b/script/critest.sh @@ -35,6 +35,13 @@ cat > ${BDIR}/config.toml < "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 diff --git a/script/setup/critools-version b/script/setup/critools-version index 9b277b94a..c8c2eaea5 100644 --- a/script/setup/critools-version +++ b/script/setup/critools-version @@ -1 +1 @@ -v1.29.0 +v1.30.0