Update nodes.md to correct descriptions (#15375)

* Update nodes.md to correct descriptions

To correct descriptions of Node Condition like MemoryPressure and DiskPressure.

* Update nodes.md to add the original english

Add the original English to the changes i have made.

original english link:
https://github.com/kubernetes/website/blob/release-1.14/content/en/docs/concepts/architecture/nodes.md
This commit is contained in:
S.K.Leo
2019-07-12 15:07:06 +08:00
committed by Kubernetes Prow Robot
parent b5a405cfba
commit 01dd601c57
@@ -61,9 +61,12 @@ redirect_from:
| ---------------- | ---------------------------------------- |
| `OutOfDisk` | `True` 表示 node 的空闲空间不足以用于添加新 pods, 否则为 `False` |
| `Ready` | `True` 表示 node 是健康的并已经准备好接受 pods;`False` 表示 node 不健康而且不能接受 pods;`Unknown` 表示 node 控制器在最近 40 秒内没有收到 node 的消息 |
| `MemoryPressure` | `True` 表示 node 存在内存压力 -- 即 node 内存用量低,否则为 `False` |
| `DiskPressure` | `True` 表示 node 存在磁盘压力 -- 即磁盘用量低,否则为 `False` |
| `MemoryPressure` | `True` 表示 node 存在内存压力 -- 即 node 内存用量低,否则为 `False` |
| `DiskPressure` | `True` 表示 node 存在磁盘压力 -- 即磁盘用量低,否则为 `False` |
<!--
| `MemoryPressure` | `True` if pressure exists on the node memory -- that is, if the node memory is low; otherwise `False` |
| `DiskPressure` | `True` if pressure exists on the disk size -- that is, if the disk capacity is low; otherwise `False` |
-->
Node 条件使用一个 JSON 对象表示。例如,下面的响应描述了一个健康的 node。