Skip to content

Commit b1aeb2d

Browse files
authored
Merge pull request #23704 from joway/patch-3
Fix typo about "Node" in zh
2 parents b07048e + c16a890 commit b1aeb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/configuration/pod-priority-preemption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ the Pods are gone, P can be scheduled on the Node.
377377
Pod 被创建时会被放入一个队列中等待调度。调度器从队列中选择 Pod,尝试将其调度到某 Node 上。
378378
如果找不到能够满足 Pod 所设置需求的 Node,就会触发悬决 Pod 的抢占逻辑。
379379
假定 P 是悬决的 Pod,抢占逻辑会尝试找到一个这样的节点,在该节点上移除一个或者多个
380-
优先级比 P 低的 Pod 后,P 就可以被调度到丐姐点。如果调度器能够找到这样的节点,
380+
优先级比 P 低的 Pod 后,P 就可以被调度到该节点。如果调度器能够找到这样的节点,
381381
该节点上的一个或者多个优先级较低的 Pod 就会被逐出。当被逐出的 Pod 从该节点上
382382
消失时,P 就可以调度到此节点。
383383

0 commit comments

Comments
 (0)