Skip to content

Commit 2fed8ee

Browse files
committed
taint-and-toleration: Delete out-of-disk, add pid
Delete a reference to the "node.kubernetes.io/out-of-disk" taint, which Kubernetes 1.14 deleted (commit 8f87e71). Document that the DaemonSet controller adds a toleration for the "node.kubernetes.io/pid-pressure" taint since Kubernetes 1.14 (commit ad6e361). * content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md: Delete references to "node.kubernetes.io/out-of-disk" and document that the DaemonSet adds a toleration for "node.kubernetes.io/pid-pressure".
1 parent 9b300a4 commit 2fed8ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ are true. The following taints are built in:
210210
the NodeCondition `Ready` being "`False`".
211211
* `node.kubernetes.io/unreachable`: Node is unreachable from the node
212212
controller. This corresponds to the NodeCondition `Ready` being "`Unknown`".
213-
* `node.kubernetes.io/out-of-disk`: Node becomes out of disk.
214213
* `node.kubernetes.io/memory-pressure`: Node has memory pressure.
215214
* `node.kubernetes.io/disk-pressure`: Node has disk pressure.
215+
* `node.kubernetes.io/pid-pressure`: Node has PID pressure.
216216
* `node.kubernetes.io/network-unavailable`: Node's network is unavailable.
217217
* `node.kubernetes.io/unschedulable`: Node is unschedulable.
218218
* `node.cloudprovider.kubernetes.io/uninitialized`: When the kubelet is started
@@ -275,7 +275,7 @@ tolerations to all daemons, to prevent DaemonSets from breaking.
275275

276276
* `node.kubernetes.io/memory-pressure`
277277
* `node.kubernetes.io/disk-pressure`
278-
* `node.kubernetes.io/out-of-disk` (*only for critical pods*)
278+
* `node.kubernetes.io/pid-pressure` (1.14 or later)
279279
* `node.kubernetes.io/unschedulable` (1.10 or later)
280280
* `node.kubernetes.io/network-unavailable` (*host network only*)
281281

0 commit comments

Comments
 (0)