修正115行排空'node-2'后的状态表格 (#403)

添加node-2 *drained*,删除pod-b *available*
pull/404/head
Bati 2020-06-18 10:04:58 +08:00 committed by GitHub
parent 0f8f6d4939
commit 9cb54343a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -112,9 +112,9 @@ Deployment 注意到其中有一个 pod 处于正在终止,因此会创建了
Deployment 将创建一个名为 `pod-e``pod-b` 的替代品。但是,集群中没有足够的资源来安排 `pod-e`。那么drain 命令就会被阻塞。集群最终可能是这种状态:
| node-1 *drained* | node-2 | node-3 | *no node* |
| node-1 *drained* | node-2 *drained* | node-3 | *no node* |
| :--------------: | :---------------: | :---------------: | :-------------: |
| | pod-b *available* | pod-c *available* | pod-e *pending* |
| | | pod-c *available* | pod-e *pending* |
| | pod-d *available* | pod-y | |
此时,集群管理员需要向集群中添加回一个节点以继续升级操作。