[zh]Update reference pages(part-3) for links with '/zh/' prefix, using new prefix '/zh-cn/'

This commit is contained in:
howieyuen
2022-06-23 20:28:45 +08:00
parent e0d6f94bf6
commit b7f8644d81
29 changed files with 42 additions and 42 deletions
@@ -2,7 +2,7 @@
title: 抢占(Preemption
id: preemption
date: 2019-01-31
full_link: /zh/docs/concepts/scheduling-eviction/pod-priority-preemption/#preemption
full_link: /zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/#preemption
short_description: >
Kubernetes 中的抢占逻辑通过驱逐节点上的低优先级 Pod 来帮助悬决的
Pod 找到合适的节点。
@@ -37,6 +37,6 @@ Kubernetes 中的抢占逻辑通过驱逐{{< glossary_tooltip term_id="node" >}}
If a Pod cannot be scheduled, the scheduler tries to [preempt](/docs/concepts/scheduling-eviction/pod-priority-preemption/#preemption) lower priority Pods to make scheduling of the pending Pod possible.
-->
如果一个 Pod 无法调度,调度器会尝试
[抢占](/zh/docs/concepts/scheduling-eviction/pod-priority-preemption/#preemption)
[抢占](/zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/#preemption)
较低优先级的 Pod,以使得悬决的 Pod 有可能被调度。