metallb: schedule speaker on rpi4+rpi5
This commit is contained in:
parent
04f46ed491
commit
b4ac308af8
@ -15,8 +15,16 @@ spec:
|
|||||||
- --webhook-mode=enabled
|
- --webhook-mode=enabled
|
||||||
- --tls-min-version=VersionTLS12
|
- --tls-min-version=VersionTLS12
|
||||||
- --lb-class=metallb
|
- --lb-class=metallb
|
||||||
nodeSelector:
|
affinity:
|
||||||
hardware: rpi5
|
nodeAffinity:
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
- key: hardware
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- rpi4
|
||||||
|
- rpi5
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
@ -26,5 +34,13 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
affinity:
|
||||||
hardware: rpi5
|
nodeAffinity:
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
- key: hardware
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- rpi4
|
||||||
|
- rpi5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user