From 1f60ad11a3562f80c38d9f391adbe8b02a63280d Mon Sep 17 00:00:00 2001 From: "paul.zhang" Date: Tue, 8 Oct 2024 16:36:03 +0800 Subject: [PATCH] [zh-cn]fix:modify an incoherent statement [zh-cn]fix:modify an incoherent statement --- .../concepts/scheduling-eviction/dynamic-resource-allocation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md b/content/zh-cn/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md index ec9bae19a6..b4ac8fb565 100644 --- a/content/zh-cn/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md +++ b/content/zh-cn/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md @@ -275,7 +275,7 @@ gets scheduled. 通知负责这些 ResourceClaim 的资源驱动程序,告知它们调度器认为适合该 Pod 的节点。 资源驱动程序通过排除没有足够剩余资源的节点来响应调度器。 一旦调度器有了这些信息,它就会选择一个节点,并将该选择存储在 PodScheduling 对象中。 -然后,资源驱动程序为分配其 ResourceClaim,以便资源可用于该节点。 +然后,资源驱动程序为其分配 ResourceClaim,以便资源可用于该节点。 完成后,Pod 就会被调度。