wrong description about MemoryPressure and DiskPressure
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 Falsepull/343/head
parent
0f67d767a8
commit
1516f0b7ff
|
@ -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
|
||||
- 内存
|
||||
|
|
Loading…
Reference in New Issue