From 0823b3ead112ac0cb92e34b3e2b4be1e20251fa3 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Thu, 3 Mar 2022 17:25:50 +0800 Subject: [PATCH] [zh] Fix shceduling-eviction index The `no_list: true` directive is important. We should not remove it when translating an index page. --- content/zh/docs/concepts/scheduling-eviction/_index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/zh/docs/concepts/scheduling-eviction/_index.md b/content/zh/docs/concepts/scheduling-eviction/_index.md index 01265f3a05..1b517ba79a 100644 --- a/content/zh/docs/concepts/scheduling-eviction/_index.md +++ b/content/zh/docs/concepts/scheduling-eviction/_index.md @@ -6,10 +6,10 @@ description: > 在Kubernetes中,调度 (scheduling) 指的是确保 Pods 匹配到合适的节点, 以便 kubelet 能够运行它们。抢占 (Preemption) 指的是终止低优先级的 Pods 以便高优先级的 Pods 可以 调度运行的过程。驱逐 (Eviction) 是在资源匮乏的节点上,主动让一个或多个 Pods 失效的过程。 +no_list: true ---