Skip to content

Commit 54e8d1b

Browse files
committed
fix dra resource slice node selector
1 parent 9475cf1 commit 54e8d1b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/en/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,12 @@ metadata:
825825
spec:
826826
driver: dra.example.com
827827
nodeSelector:
828-
accelerator-type: high-performance
828+
nodeSelectorTerms:
829+
- matchExpressions:
830+
- key: accelerator-type
831+
operator: In
832+
values:
833+
- "high-performance"
829834
pool:
830835
name: gpu-pool
831836
generation: 1

0 commit comments

Comments
 (0)