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: