Merge pull request #23704 from joway/patch-3

Fix typo about "Node" in zh
pull/23498/head
Kubernetes Prow Robot 2020-09-06 00:39:41 -07:00 committed by GitHub
commit b1aeb2de30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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