Merge pull request #31983 from howieyuen/node-pressure-eviction

[zh]resync node-pressure-eviction.md and fix hyper link issue
This commit is contained in:
Kubernetes Prow Robot
2022-03-01 03:33:47 -08:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
@@ -2,7 +2,7 @@
title: Pod 优先级(Pod Priority
id: pod-priority
date: 2019-01-31
full_link: /zh/docs/concepts/configuration/pod-priority-preemption/#pod-priority
full_link: /zh/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority
short_description: >
Pod 优先级表示一个 Pod 相对于其他 Pod 的重要性。
@@ -15,7 +15,7 @@ tags:
title: Pod Priority
id: pod-priority
date: 2019-01-31
full_link: /docs/concepts/configuration/pod-priority-preemption/#pod-priority
full_link: /docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority
short_description: >
Pod Priority indicates the importance of a Pod relative to other Pods.
@@ -32,9 +32,9 @@ tags:
<!--more-->
<!--
[Pod Priority](/docs/concepts/configuration/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 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/configuration/pod-priority-preemption/#pod-priority)
[Pod 优先级](/zh/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority)
允许用户为 Pod 设置高于或低于其他 Pod 的优先级 -- 这对于生产集群
工作负载而言是一个重要的特性。