From aec4d627815be0c3b0d7eb1613b70d851965d33f Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Mon, 9 Sep 2024 14:34:56 +0200 Subject: [PATCH] feat(descheduler): tweak policy thresholds --- descheduler/config/policy.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/descheduler/config/policy.yaml b/descheduler/config/policy.yaml index ba9a330..98e21d8 100644 --- a/descheduler/config/policy.yaml +++ b/descheduler/config/policy.yaml @@ -9,13 +9,13 @@ profiles: - name: "LowNodeUtilization" args: thresholds: - "cpu": 50 - "memory": 50 - "pods": 50 + "cpu": 30 + "memory": 30 + "pods": 30 targetThresholds: - "cpu": 70 - "memory": 70 - "pods": 70 + "cpu": 60 + "memory": 60 + "pods": 60 plugins: balance: enabled: