You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `MemoryPressure` | `memory.available` | Available memory on the node has satisfied an eviction threshold |
275
278
| `DiskPressure` | `nodefs.available`, `nodefs.inodesFree`, `imagefs.available`, or `imagefs.inodesFree` | Available disk space and inodes on either the node's root filesystem or image filesystem has satisfied an eviction threshold |
279
+
| `PIDPressure` | `pid.available` | Available processes identifiers on the (Linux) node has fallen below an eviction threshold |
276
280
277
281
The `kubelet` continues to report node status updates at the frequency specified by
278
282
`--node-status-update-frequency` which defaults to `10s`.
@@ -283,6 +287,7 @@ The `kubelet` continues to report node status updates at the frequency specified
0 commit comments