Skip to content

Commit 9c75352

Browse files
authored
Merge pull request #52325 from elieser1101/patch-1
Update dynamic-resource-allocation.md - typo
2 parents 6dfc5a4 + 6081ffb commit 9c75352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ choice is not available.
196196

197197
In the example below, the ResourceClaimTemplate requested a device with the color black
198198
and the size large. If a device with those attributes is not available, the pod cannot
199-
be scheduled. With the priotized list feature, a second alternative can be specified, which
199+
be scheduled. With the prioritized list feature, a second alternative can be specified, which
200200
requests two devices with the color white and size small. The large black device will be
201201
allocated if it is available. If it is not, but two small white devices are available,
202202
the pod will still be able to run.

0 commit comments

Comments
 (0)