[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: Pod 优先级(Pod Priority
id: pod-priority
date: 2019-01-31
full_link: /zh/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority
full_link: /zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority
short_description: >
Pod 优先级表示一个 Pod 相对于其他 Pod 的重要性。
@@ -34,7 +34,7 @@ tags:
<!--
[Pod Priority](/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority) gives the ability to set scheduling priority of a Pod to be higher and lower than other Pods — an important feature for production clusters workload.
-->
[Pod 优先级](/zh/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority)
[Pod 优先级](/zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority)
允许用户为 Pod 设置高于或低于其他 Pod 的优先级 -- 这对于生产集群
工作负载而言是一个重要的特性。