Skip to content

Commit a556074

Browse files
author
Tim Bannister
committed
Mention tainting nodes by condition
1 parent f971ce2 commit a556074

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/docs/concepts/scheduling-eviction/node-pressure-eviction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ The kubelet maps eviction signals to node conditions as follows:
196196
| `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 |
197197
| `PIDPressure` | `pid.available` | Available processes identifiers on the (Linux) node has fallen below an eviction threshold |
198198

199+
The control plane also [maps](/docs/concepts/scheduling-eviction/taint-and-toleration/#taint-nodes-by-condition)
200+
these node conditions to taints.
201+
199202
The kubelet updates the node conditions based on the configured
200203
`--node-status-update-frequency`, which defaults to `10s`.
201204

0 commit comments

Comments
 (0)