From 1516f0b7ff62eca566eefa9a6fcbc5cdcbfb1fe8 Mon Sep 17 00:00:00 2001 From: Will Date: Thu, 21 Mar 2019 10:04:30 +0800 Subject: [PATCH] wrong description about MemoryPressure and DiskPressure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- concepts/node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/concepts/node.md b/concepts/node.md index 556310fd5..70573087a 100644 --- a/concepts/node.md +++ b/concepts/node.md @@ -13,8 +13,8 @@ Node包括如下状态信息: - Condition - OutOfDisk:磁盘空间不足时为`True` - Ready:Node controller 40秒内没有收到node的状态报告为`Unknown`,健康为`True`,否则为`False`。 - - MemoryPressure:当node没有内存压力时为`True`,否则为`False`。 - - DiskPressure:当node没有磁盘压力时为`True`,否则为`False`。 + - MemoryPressure:当node有内存压力时为`True`,否则为`False`。 + - DiskPressure:当node有磁盘压力时为`True`,否则为`False`。 - Capacity - CPU - 内存