openclaw: allow recovered workers while excluding hdd nodes

This commit is contained in:
jenkins 2026-05-22 15:33:28 -03:00
parent ee5688f297
commit 5bce6c4c04
2 changed files with 10 additions and 2 deletions

View File

@ -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:

View File

@ -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: