We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8149fbe + c1d17eb commit e924cfeCopy full SHA for e924cfe
content/zh-cn/docs/concepts/workloads/pods/disruptions.md
@@ -315,7 +315,7 @@ Both pods go into the `terminating` state at the same time.
315
This puts the cluster in this state:
316
-->
317
318
-例如,假设集群管理员想要重启系统,升级内核版本来修复内核中的权限。
+例如,假设集群管理员想要重启系统,升级内核版本来修复内核中的缺陷。
319
集群管理员首先使用 `kubectl drain` 命令尝试排空 `node-1` 节点。
320
命令尝试驱逐 `pod-a` 和 `pod-x`。操作立即就成功了。
321
两个 Pod 同时进入 `terminating` 状态。这时的集群处于下面的状态:
0 commit comments