Skip to content

Commit

Permalink
Merge pull request #48151 from RifeWang/sync-zh-docs/concepts/schedul…
Browse files Browse the repository at this point in the history
…ing-eviction/_index

[zh-cn] sync docs/concepts/scheduling-eviction/_index.md
  • Loading branch information
k8s-ci-robot authored Oct 1, 2024
2 parents 5f49d6b + e40c54b commit 56f80d6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions content/zh-cn/docs/concepts/scheduling-eviction/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,13 @@
title: 调度、抢占和驱逐
weight: 95
content_type: concept
description: >
在 Kubernetes 中,调度(scheduling)指的是确保 Pod 匹配到合适的节点,
以便 kubelet 能够运行它们。抢占(Preemption)指的是终止低优先级的 Pod 以便高优先级的 Pod
可以调度运行的过程。驱逐(Eviction)是在资源匮乏的节点上,主动让一个或多个 Pod 失效的过程。
no_list: true
---

<!--
title: "Scheduling, Preemption and Eviction"
weight: 95
content_type: concept
description: >
In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes
so that the kubelet can run them. Preemption is the process of terminating
Pods with lower Priority so that Pods with higher Priority can schedule on
Nodes. Eviction is the process of proactively terminating one or more Pods on
resource-starved Nodes.
no_list: true
-->

Expand Down

0 comments on commit 56f80d6

Please sign in to comment.