logging: restore opensearch placement to rpi5 workers
This commit is contained in:
parent
bfc9cd282f
commit
2a93317c67
@ -40,26 +40,17 @@ spec:
|
|||||||
discovery.type: single-node
|
discovery.type: single-node
|
||||||
plugins.security.disabled: true
|
plugins.security.disabled: true
|
||||||
node.store.allow_mmap: false
|
node.store.allow_mmap: false
|
||||||
nodeAffinity:
|
nodeSelector:
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
node-role.kubernetes.io/worker: "true"
|
||||||
nodeSelectorTerms:
|
hardware: rpi5
|
||||||
- matchExpressions:
|
affinity:
|
||||||
- key: jetson
|
nodeAffinity:
|
||||||
operator: In
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
values:
|
nodeSelectorTerms:
|
||||||
- "true"
|
- matchExpressions:
|
||||||
- matchExpressions:
|
- key: hardware
|
||||||
- key: hardware
|
operator: In
|
||||||
operator: In
|
values:
|
||||||
values:
|
- rpi5
|
||||||
- rpi5
|
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
|
||||||
- weight: 100
|
|
||||||
preference:
|
|
||||||
matchExpressions:
|
|
||||||
- key: jetson
|
|
||||||
operator: In
|
|
||||||
values:
|
|
||||||
- "true"
|
|
||||||
sysctlInit:
|
sysctlInit:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user