add node affinity
This commit is contained in:
@@ -120,4 +120,14 @@ spec:
|
||||
path: /dev/media3
|
||||
- name: rtl-sdr-swradio0
|
||||
hostPath:
|
||||
path: /dev/swradio0
|
||||
path: /dev/swradio0
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
- weight: 100
|
||||
preference:
|
||||
matchExpressions:
|
||||
- key: kubernetes.io/hostname
|
||||
operator: In
|
||||
values:
|
||||
- rpi5-cluster-node-1
|
||||
Reference in New Issue
Block a user