From f988cc2dd6a6588a7fb128dcc534e355630a0fa8 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 22 Oct 2024 21:05:13 +0200 Subject: [PATCH] fix(clustertool): fix rc2 breaking-bug Signed-off-by: Kjeld Schouten --- clustertool/embed/generic/patches/all.yaml | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/clustertool/embed/generic/patches/all.yaml b/clustertool/embed/generic/patches/all.yaml index 413134554ee..e6d5c6d800a 100644 --- a/clustertool/embed/generic/patches/all.yaml +++ b/clustertool/embed/generic/patches/all.yaml @@ -49,5 +49,31 @@ machine: net.core.wmem_max: "2500000" vm.nr_hugepages: "2048" + files: + - path: "/etc/cri/conf.d/20-customization.part" + permissions: 0 + op: "create" + content: | + [plugins."io.containerd.grpc.v1.cri"] + enable_unprivileged_ports = true + enable_unprivileged_icmp = true + [plugins."io.containerd.grpc.v1.cri".containerd] + discard_unpacked_layers = false + [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc] + discard_unpacked_layers = false + + - path: "/etc/nfsmount.conf" + permissions: 420 + op: "overwrite" + content: | + [ NFSMount_Global_Options ] + nfsvers=4.2 + hard=True + noatime=True + nodiratime=True + rsize=131072 + wsize=131072 + nconnect=8 + registries: config: