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
values:
- "true"
- key: kubernetes.io/hostname
operator: NotIn
values:
- titan-13
- titan-15
- titan-17
- titan-19
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:

View File

@ -54,8 +54,9 @@ spec:
- key: kubernetes.io/arch
operator: In
values: ["arm64"]
- key: longhorn-host
operator: DoesNotExist
- key: kubernetes.io/hostname
operator: NotIn
values: ["titan-13", "titan-15", "titan-17", "titan-19"]
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference: