Skip to content

Commit e924cfe

Browse files
authored
Merge pull request #34432 from ioripolo/patch-1
Fix a chinese typo
2 parents 8149fbe + c1d17eb commit e924cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/concepts/workloads/pods/disruptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Both pods go into the `terminating` state at the same time.
315315
This puts the cluster in this state:
316316
-->
317317

318-
例如,假设集群管理员想要重启系统,升级内核版本来修复内核中的权限
318+
例如,假设集群管理员想要重启系统,升级内核版本来修复内核中的缺陷
319319
集群管理员首先使用 `kubectl drain` 命令尝试排空 `node-1` 节点。
320320
命令尝试驱逐 `pod-a``pod-x`。操作立即就成功了。
321321
两个 Pod 同时进入 `terminating` 状态。这时的集群处于下面的状态:

0 commit comments

Comments
 (0)