From b7d3c5bab1f8d10c50262cc2d2cdd967aca9ab4f Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 26 Dec 2025 10:35:31 +0900 Subject: [PATCH] PERF(falco): optimize falco cpu request MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - for worker-node-2 Reduced Falco DaemonSet CPU request to prevent node-agent scheduling failures: - Falco: 50m → 40m (actual usage ~39m) This optimization frees up 10m CPU per node. On worker-node-2, this contributes to the total 110m CPU savings needed for Velero node-agent (30m request) to be scheduled successfully. Worker-node-2 CPU allocation before: 840m/1000m (84%) Worker-node-2 CPU allocation after: 730m/1000m (73%) --- falco/helm-values/falco.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/falco/helm-values/falco.yaml b/falco/helm-values/falco.yaml index 9db4722..aaa4757 100644 --- a/falco/helm-values/falco.yaml +++ b/falco/helm-values/falco.yaml @@ -15,7 +15,7 @@ image: # Resource requests resources: requests: - cpu: 50m + cpu: 40m # Reduced from 50m for worker-node-2 CPU optimization (actual usage ~39m) memory: 256Mi # Falco configuration