High node utilization. Spread.
This commit is contained in:
parent
02d06adbc1
commit
df743928c0
1 changed files with 12 additions and 0 deletions
|
@ -48,10 +48,22 @@ spec:
|
||||||
constraints:
|
constraints:
|
||||||
- DoNotSchedule
|
- DoNotSchedule
|
||||||
- ScheduleAnyway
|
- ScheduleAnyway
|
||||||
|
- name: HighNodeUtilization
|
||||||
|
args:
|
||||||
|
threshholds:
|
||||||
|
cpu: 80
|
||||||
|
evictableNamespaces:
|
||||||
|
exclude:
|
||||||
|
- kube-system
|
||||||
|
- rook-ceph
|
||||||
|
- security
|
||||||
|
- volsync-system
|
||||||
|
- flux-system
|
||||||
plugins:
|
plugins:
|
||||||
balance:
|
balance:
|
||||||
enabled:
|
enabled:
|
||||||
- RemovePodsViolatingTopologySpreadConstraint
|
- RemovePodsViolatingTopologySpreadConstraint
|
||||||
|
- HighNodeUtilization
|
||||||
deschedule:
|
deschedule:
|
||||||
enabled:
|
enabled:
|
||||||
- RemovePodsViolatingInterPodAntiAffinity
|
- RemovePodsViolatingInterPodAntiAffinity
|
||||||
|
|
Loading…
Reference in a new issue