openclaw: allow gateway on jetson lane
This commit is contained in:
parent
b648a66f9a
commit
8bf9e12b4e
@ -43,6 +43,17 @@ spec:
|
||||
operator: In
|
||||
values:
|
||||
- "true"
|
||||
- matchExpressions:
|
||||
- key: kubernetes.io/arch
|
||||
operator: In
|
||||
values:
|
||||
- arm64
|
||||
- key: node-role.kubernetes.io/accelerator
|
||||
operator: Exists
|
||||
- key: jetson
|
||||
operator: In
|
||||
values:
|
||||
- "true"
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
- weight: 100
|
||||
preference:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user