Run with low node utilization instead.
This commit is contained in:
parent
df743928c0
commit
62bdd87f37
1 changed files with 11 additions and 11 deletions
|
@ -48,22 +48,22 @@ spec:
|
|||
constraints:
|
||||
- DoNotSchedule
|
||||
- ScheduleAnyway
|
||||
- name: HighNodeUtilization
|
||||
- name: LowNodeUtilization
|
||||
args:
|
||||
threshholds:
|
||||
cpu: 80
|
||||
evictableNamespaces:
|
||||
exclude:
|
||||
- kube-system
|
||||
- rook-ceph
|
||||
- security
|
||||
- volsync-system
|
||||
- flux-system
|
||||
targetThresholds:
|
||||
cpu: 50
|
||||
memory: 50
|
||||
pods: 50
|
||||
thresholds:
|
||||
cpu: 20
|
||||
memory: 20
|
||||
pods: 20
|
||||
useDeviationThresholds: true
|
||||
plugins:
|
||||
balance:
|
||||
enabled:
|
||||
- RemovePodsViolatingTopologySpreadConstraint
|
||||
- HighNodeUtilization
|
||||
- LowNodeUtilization
|
||||
deschedule:
|
||||
enabled:
|
||||
- RemovePodsViolatingInterPodAntiAffinity
|
||||
|
|
Loading…
Reference in a new issue