commit feddc484ec1a8f81dc587354e824168505ca7b7d
parent 350fca605d8d161833d36cd8b477c2fae957de62
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 11 Oct 2024 20:08:36 +0200
Meow
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