[zh] update zh/docs/concepts page, fix 23920

This commit is contained in:
luzg
2020-09-17 14:51:34 +08:00
parent 8e4951c67c
commit 77b1c28c84
9 changed files with 86 additions and 5 deletions
@@ -1,4 +1,5 @@
---
title: "调度和驱逐(Scheduling and Eviction)"
title: 调度和驱逐 (Scheduling and Eviction)
weight: 90
description: 在Kubernetes中,调度 (Scheduling) 指的是确保 Pods 匹配到合适的节点,以便 kubelet 能够运行它们。驱逐 (Eviction) 是在资源匮乏的节点上,主动让一个或多个 Pods 失效的过程。
---