From d8c94b19e915f7a0a72fe7670c69c884e12915a0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 6 Dec 2025 20:09:27 -0600 Subject: [PATCH] add high resource threashold --- clusters/cl01tl/helm/descheduler/values.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/descheduler/values.yaml b/clusters/cl01tl/helm/descheduler/values.yaml index 57c98c11e..d6e5910f8 100644 --- a/clusters/cl01tl/helm/descheduler/values.yaml +++ b/clusters/cl01tl/helm/descheduler/values.yaml @@ -39,16 +39,27 @@ descheduler: - name: RemovePodsViolatingNodeTaints - name: RemovePodsViolatingInterPodAntiAffinity - name: RemovePodsViolatingTopologySpreadConstraint + - name: "HighNodeUtilization" + args: + thresholds: + cpu : 80 + memory: 80 + pods: 140 + evictableNamespaces: + exclude: + - "kube-system" + evictionModes: + - "OnlyThresholdingResources" - name: LowNodeUtilization args: thresholds: cpu: 30 memory: 30 - pods: 100 + pods: 90 targetThresholds: cpu: 60 memory: 40 - pods: 150 + pods: 100 plugins: balance: enabled: