descheduler, I don't quite get it
This commit is contained in:
@@ -11,17 +11,19 @@ data:
|
||||
"RemoveDuplicates":
|
||||
enabled: true
|
||||
"RemovePodsViolatingInterPodAntiAffinity":
|
||||
enabled: false
|
||||
enabled: true
|
||||
"LowNodeUtilization":
|
||||
enabled: true
|
||||
params:
|
||||
nodeResourceUtilizationThresholds:
|
||||
thresholds:
|
||||
"cpu": 30
|
||||
"memory": 50
|
||||
"cpu": 50
|
||||
"memory": 60
|
||||
"pods": 15
|
||||
targetThresholds:
|
||||
"cpu": 70
|
||||
"memory": 81
|
||||
"pods": 20
|
||||
"cpu": 60
|
||||
"memory": 70
|
||||
"pods": 30
|
||||
nodeFit: true
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user