From c1d17eb63979efae553f2cdc00fdac74c75a78b6 Mon Sep 17 00:00:00 2001 From: ioripolo Date: Tue, 21 Jun 2022 11:12:12 +0800 Subject: [PATCH] Fix a chinese typo --- content/zh-cn/docs/concepts/workloads/pods/disruptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/docs/concepts/workloads/pods/disruptions.md b/content/zh-cn/docs/concepts/workloads/pods/disruptions.md index 6ebb4928ca..8afcb0f696 100644 --- a/content/zh-cn/docs/concepts/workloads/pods/disruptions.md +++ b/content/zh-cn/docs/concepts/workloads/pods/disruptions.md @@ -315,7 +315,7 @@ Both pods go into the `terminating` state at the same time. This puts the cluster in this state: --> -例如,假设集群管理员想要重启系统,升级内核版本来修复内核中的权限。 +例如,假设集群管理员想要重启系统,升级内核版本来修复内核中的缺陷。 集群管理员首先使用 `kubectl drain` 命令尝试排空 `node-1` 节点。 命令尝试驱逐 `pod-a` 和 `pod-x`。操作立即就成功了。 两个 Pod 同时进入 `terminating` 状态。这时的集群处于下面的状态: