mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Adding highnodeutilization strategy
This commit is contained in:
10
examples/high-node-utilization.yml
Normal file
10
examples/high-node-utilization.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
apiVersion: "descheduler/v1alpha1"
|
||||
kind: "DeschedulerPolicy"
|
||||
strategies:
|
||||
"HighNodeUtilization":
|
||||
enabled: true
|
||||
params:
|
||||
nodeResourceUtilizationThresholds:
|
||||
thresholds:
|
||||
"memory": 20
|
||||
Reference in New Issue
Block a user