[zh-cn] Fix some links and translation in scheduling-eviction (#35045)
* [zh-cn] fix some links in scheduling-eviction * [zh-cn] fix translation in pod-priority-preemption * [zh-cn] add missing pod-disruption glossary definition in scheduling-eviction index * [zh-cn] add missing original English text in comments of scheduling-eviction index
This commit is contained in:
@@ -22,7 +22,7 @@ During a node-pressure eviction, the kubelet sets the `PodPhase` for the
|
||||
selected pods to `Failed`. This terminates the pods.
|
||||
|
||||
Node-pressure eviction is not the same as
|
||||
[API-initiated eviction](/docs/reference/generated/kubernetes-api/v1.23/).
|
||||
[API-initiated eviction](/docs/concepts/scheduling-eviction/api-eviction/).
|
||||
-->
|
||||
{{<glossary_tooltip term_id="kubelet" text="kubelet">}}
|
||||
监控集群节点的 CPU、内存、磁盘空间和文件系统的 inode 等资源。
|
||||
@@ -31,7 +31,7 @@ kubelet 可以主动地使节点上一个或者多个 Pod 失效,以回收资
|
||||
|
||||
在节点压力驱逐期间,kubelet 将所选 Pod 的 `PodPhase` 设置为 `Failed`。这将终止 Pod。
|
||||
|
||||
节点压力驱逐不同于 [API 发起的驱逐](/docs/reference/generated/kubernetes-api/v1.23/)。
|
||||
节点压力驱逐不同于 [API 发起的驱逐](/zh-cn/docs/concepts/scheduling-eviction/api-eviction/)。
|
||||
|
||||
<!--
|
||||
The kubelet does not respect your configured `PodDisruptionBudget` or the pod's
|
||||
|
||||
Reference in New Issue
Block a user