Fix typo in pod-priority-preemption.md

pull/23703/head
Joway 2020-09-06 11:53:51 +08:00 committed by GitHub
parent 2e599aa39f
commit ba388e321f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ scheduler tries to preempt (evict) lower priority Pods to make scheduling of the
pending Pod possible.
-->
[Pods](/zh/docs/concepts/workloads/pods/pod/) 可以有*优先级Priority*。
优先级体现的是当前 Pod 与其他 Pod 相比的重要成都。如果 Pod 无法被调度,则
优先级体现的是当前 Pod 与其他 Pod 相比的重要程度。如果 Pod 无法被调度,则
调度器会尝试抢占(逐出)低优先级的 Pod从而使得悬决的 Pod 可被调度。
<!-- body -->