rootsongjc / kubernetes-handbook

Kubernetes中文指南/云原生应用架构实战手册
https://jimmysong.io/book/kubernetes-handbook
Creative Commons Attribution 4.0 International
11.11k stars 2.95k forks source link

wrong description about MemoryPressure and DiskPressure #343

Closed willseeyou closed 5 years ago

willseeyou commented 5 years ago

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