From f49eafab4e61f49176db6cf360111ce85f4ade6a Mon Sep 17 00:00:00 2001 From: Laur IVAN Date: Thu, 26 Feb 2026 11:28:15 +0100 Subject: [PATCH] config: Set API server logging level to None to reduce CPU load. --- talos/patches/controller/cluster.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/talos/patches/controller/cluster.yaml b/talos/patches/controller/cluster.yaml index 73bd0d2..cede1ba 100644 --- a/talos/patches/controller/cluster.yaml +++ b/talos/patches/controller/cluster.yaml @@ -42,9 +42,9 @@ cluster: resources: ["endpoints"] - group: "discovery.k8s.io" resources: ["endpointslices"] - # Log everything else at Metadata level (headers only, no request body). + # Don't log anything else by default to reduce CPU load. # This covers all auth, RBAC, resource mutations, etc. - - level: Metadata + - level: None controllerManager: extraArgs: bind-address: 0.0.0.0