feat: change rules
This commit is contained in:
@@ -10,7 +10,7 @@ descheduler:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 50Mi
|
memory: 50Mi
|
||||||
deschedulingInterval: 5m
|
deschedulingInterval: 2m
|
||||||
replicas: 3
|
replicas: 3
|
||||||
leaderElection:
|
leaderElection:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -51,13 +51,13 @@ descheduler:
|
|||||||
- name: LowNodeUtilization
|
- name: LowNodeUtilization
|
||||||
args:
|
args:
|
||||||
thresholds:
|
thresholds:
|
||||||
cpu: 20
|
cpu: 30
|
||||||
memory: 20
|
memory: 30
|
||||||
pods: 20
|
pods: 30
|
||||||
targetThresholds:
|
targetThresholds:
|
||||||
cpu: 50
|
cpu: 45
|
||||||
memory: 50
|
memory: 45
|
||||||
pods: 60
|
pods: 45
|
||||||
plugins:
|
plugins:
|
||||||
balance:
|
balance:
|
||||||
enabled:
|
enabled:
|
||||||
|
|||||||
Reference in New Issue
Block a user