ops: keep scavenger work out of scheduler headroom
This commit is contained in:
parent
ba84082a1e
commit
24920c8a56
@ -80,17 +80,17 @@ spec:
|
||||
- RemovePodsViolatingNodeAffinity
|
||||
priorityClassName: system-cluster-critical
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/worker: "true"
|
||||
node-role.kubernetes.io/control-plane: "true"
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
- weight: 100
|
||||
preference:
|
||||
matchExpressions:
|
||||
- key: hardware
|
||||
operator: In
|
||||
- key: kubernetes.io/hostname
|
||||
operator: NotIn
|
||||
values:
|
||||
- rpi5
|
||||
- titan-0a
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
|
||||
@ -57,7 +57,7 @@ spec:
|
||||
--threads "${THR}" ${EXTRA}
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
cpu: "0"
|
||||
memory: 32Mi
|
||||
limits:
|
||||
cpu: 250m
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user