[zh]resync node-pressure-eviction.md and fix hyper link issue

This commit is contained in:
howieyuen 2022-03-01 17:20:42 +08:00
parent ee0389d360
commit b435630d21
2 changed files with 6 additions and 6 deletions

View File

@ -449,7 +449,7 @@ QoS 不适用于临时存储EphemeralStorage请求
`Guaranteed` pods are guaranteed only when requests and limits are specified for
all the containers and they are equal. These pods will never be evicted because
of another pod's resource consumption. If a system daemon (such as `kubelet`,
`docker`, and `journald`) is consuming more resources than were reserved via
and `journald`) is consuming more resources than were reserved via
`system-reserved` or `kube-reserved` allocations, and the node only has
`Guaranteed` or `Burstable` pods using less resources than requests left on it,
then the kubelet must choose to evict one of these pods to preserve node stability
@ -458,7 +458,7 @@ will choose to evict pods of lowest Priority first.
-->
仅当 `Guaranteed` Pod 中所有容器都被指定了请求和限制并且二者相等时,才保证 Pod 不被驱逐。
这些 Pod 永远不会因为另一个 Pod 的资源消耗而被驱逐。
如果系统守护进程(例如 `kubelet`、`docker``journald`
如果系统守护进程(例如 `kubelet``journald`
消耗的资源比通过 `system-reserved``kube-reserved` 分配保留的资源多,
并且该节点只有 `Guaranteed``Burstable` Pod 使用的资源少于其上剩余的请求,
那么 kubelet 必须选择驱逐这些 Pod 中的一个以保持节点稳定性并减少资源匮乏对其他 Pod 的影响。

View File

@ -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 的优先级 -- 这对于生产集群
工作负载而言是一个重要的特性。