mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Update example policy file.
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
apiVersion: "rescheduler/v1alpha1"
|
||||
kind: "ReschedulerPolicy"
|
||||
strategies:
|
||||
"test":
|
||||
"LowNodeUtilization":
|
||||
enabled: true
|
||||
weight: 1
|
||||
params:
|
||||
nodeResourceUtilizationThresholds:
|
||||
thresholds:
|
||||
"cpu" : 20
|
||||
"memory": 20
|
||||
"pods": 20
|
||||
targetThresholds:
|
||||
"cpu" : 50
|
||||
"memory": 50
|
||||
"pods": 50
|
||||
|
||||
Reference in New Issue
Block a user