Skip to content

Commit 6483703

Browse files
committed
Addressed comments
1 parent 676da3a commit 6483703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ This allows users to specify alternative devices that can be used by the workloa
195195
choice is not available.
196196

197197
In the example below, the ResourceClaimTemplate requested a device with the color black
198-
and the size large. If a device with those attributes are not available, the pod can not
198+
and the size large. If a device with those attributes is not available, the pod cannot
199199
be scheduled. With the priotized 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
201-
allocated if it is available. But if it is not and two small white devices are available,
201+
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.
203203

204204
```yaml

0 commit comments

Comments
 (0)