From 456d27746c9f7eb95c3b00d515adb9a244bcfd96 Mon Sep 17 00:00:00 2001 From: liyinda246 Date: Sun, 9 Feb 2020 15:59:52 +0800 Subject: [PATCH] update nodes.md (#18987) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将“用量低”更改为“可用量低”,避免歧义 --- content/zh/docs/concepts/architecture/nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/architecture/nodes.md b/content/zh/docs/concepts/architecture/nodes.md index 8ce16e4a76..e83f3bad58 100644 --- a/content/zh/docs/concepts/architecture/nodes.md +++ b/content/zh/docs/concepts/architecture/nodes.md @@ -111,7 +111,7 @@ The `conditions` field describes the status of all `Running` nodes. Examples of | `Ready` | 表示节点是健康的并已经准备好接受 pods;`False` 表示节点不健康而且不能接受 pods;`Unknown` 表示节点控制器在最近 40 秒内没有收到节点的消息 | | `MemoryPressure` | `True` 表示节点存在内存压力 -- 即节点内存用量低,否则为 `False` | | `PIDPressure` | `True` 表示节点存在进程压力 -- 即进程过多;否则为 `False` | -| `DiskPressure` | `True` 表示节点存在磁盘压力 -- 即磁盘用量低,否则为 `False` | +| `DiskPressure` | `True` 表示节点存在磁盘压力 -- 即磁盘可用量低,否则为 `False` | | `NetworkUnavailable` | `True` 表示节点网络配置不正确;否则为 `False` |