commit 3206ed04829f59f89ce695e0d7f91da91a55a0a2
parent 3a8beb43811877a08721003d6d740124f0cd9173
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 11 Oct 2024 01:05:20 +0200
Update descheduler
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/infrastructure/controllers/descheduler.yaml b/infrastructure/controllers/descheduler.yaml
@@ -72,12 +72,19 @@ spec:
cpu: 50
memory: 50
pods: 50
+ - name: "HighNodeUtilization"
+ args:
+ thresholds:
+ cpu: 20
+ memory: 20
+ pods: 20
plugins:
balance:
enabled:
- RemoveDuplicates
- RemovePodsViolatingTopologySpreadConstraint
- LowNodeUtilization
+ - "HighNodeUtilization"
deschedule:
enabled:
- RemovePodsHavingTooManyRestarts