openclaw: allow recovered workers while excluding hdd nodes
This commit is contained in:
parent
ee5688f297
commit
5bce6c4c04
@ -44,6 +44,13 @@ spec:
|
|||||||
operator: In
|
operator: In
|
||||||
values:
|
values:
|
||||||
- "true"
|
- "true"
|
||||||
|
- key: kubernetes.io/hostname
|
||||||
|
operator: NotIn
|
||||||
|
values:
|
||||||
|
- titan-13
|
||||||
|
- titan-15
|
||||||
|
- titan-17
|
||||||
|
- titan-19
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
- weight: 100
|
- weight: 100
|
||||||
preference:
|
preference:
|
||||||
|
|||||||
@ -54,8 +54,9 @@ spec:
|
|||||||
- key: kubernetes.io/arch
|
- key: kubernetes.io/arch
|
||||||
operator: In
|
operator: In
|
||||||
values: ["arm64"]
|
values: ["arm64"]
|
||||||
- key: longhorn-host
|
- key: kubernetes.io/hostname
|
||||||
operator: DoesNotExist
|
operator: NotIn
|
||||||
|
values: ["titan-13", "titan-15", "titan-17", "titan-19"]
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
- weight: 100
|
- weight: 100
|
||||||
preference:
|
preference:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user