Skip to content

Commit 1f60ad1

Browse files
authored
[zh-cn]fix:modify an incoherent statement
[zh-cn]fix:modify an incoherent statement
1 parent b982087 commit 1f60ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ gets scheduled.
275275
通知负责这些 ResourceClaim 的资源驱动程序,告知它们调度器认为适合该 Pod 的节点。
276276
资源驱动程序通过排除没有足够剩余资源的节点来响应调度器。
277277
一旦调度器有了这些信息,它就会选择一个节点,并将该选择存储在 PodScheduling 对象中。
278-
然后,资源驱动程序为分配其 ResourceClaim,以便资源可用于该节点。
278+
然后,资源驱动程序为其分配 ResourceClaim,以便资源可用于该节点。
279279
完成后,Pod 就会被调度。
280280
281281
<!--

0 commit comments

Comments
 (0)