Files
Zach Zhu ccf5bce952 [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
2022-07-19 02:36:07 -07:00

3.2 KiB

title, weight, content_type, description, no_list
title weight content_type description no_list
调度,抢占和驱逐 90 concept 在Kubernetes中,调度 (scheduling) 指的是确保 Pods 匹配到合适的节点, 以便 kubelet 能够运行它们。抢占 (Preemption) 指的是终止低优先级的 Pods 以便高优先级的 Pods 可以 调度运行的过程。驱逐 (Eviction) 是在资源匮乏的节点上,主动让一个或多个 Pods 失效的过程。 true

调度

Pod 干扰

{{<glossary_definition term_id="pod-disruption" length="all">}}