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:
|
||||
- DoNotSchedule
|
||||
- ScheduleAnyway
|
||||
- name: HighNodeUtilization
|
||||
args:
|
||||
threshholds:
|
||||
cpu: 80
|
||||
evictableNamespaces:
|
||||
exclude:
|
||||
- kube-system
|
||||
- rook-ceph
|
||||
- security
|
||||
- volsync-system
|
||||
- flux-system
|
||||
plugins:
|
||||
balance:
|
||||
enabled:
|
||||
- RemovePodsViolatingTopologySpreadConstraint
|
||||
- HighNodeUtilization
|
||||
deschedule:
|
||||
enabled:
|
||||
- RemovePodsViolatingInterPodAntiAffinity
|
||||
|
|
Loading…
Reference in a new issue