From caca1c7ec5f83e75376acff49eb027f3819cff01 Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 3 Dec 2025 08:56:29 -0500 Subject: [PATCH] multus: increase resource limits to prevent node crashes --- system-apps/multus/daemonset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-apps/multus/daemonset.yaml b/system-apps/multus/daemonset.yaml index 6c527b5..7b11f87 100644 --- a/system-apps/multus/daemonset.yaml +++ b/system-apps/multus/daemonset.yaml @@ -35,10 +35,10 @@ spec: resources: requests: cpu: "100m" - memory: "50Mi" + memory: "256Mi" limits: cpu: "100m" - memory: "50Mi" + memory: "64Mi" securityContext: privileged: true terminationMessagePolicy: FallbackToLogsOnError