Skip to content

Commit 2b56127

Browse files
Merge pull request #38837 from darshan-nagaraj/BZ1978533
Updated taints built list
2 parents f0258e9 + fdbae8c commit 2b56127

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/nodes-scheduler-taints-tolerations-about.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,17 @@ The following taints are built into {product-title}:
125125

126126
* `node.kubernetes.io/not-ready`: The node is not ready. This corresponds to the node condition `Ready=False`.
127127
* `node.kubernetes.io/unreachable`: The node is unreachable from the node controller. This corresponds to the node condition `Ready=Unknown`.
128-
* `node.kubernetes.io/out-of-disk`: The node has insufficient free space on the node for adding new pods. This corresponds to the node condition `OutOfDisk=True`.
129128
* `node.kubernetes.io/memory-pressure`: The node has memory pressure issues. This corresponds to the node condition `MemoryPressure=True`.
130129
* `node.kubernetes.io/disk-pressure`: The node has disk pressure issues. This corresponds to the node condition `DiskPressure=True`.
131130
* `node.kubernetes.io/network-unavailable`: The node network is unavailable.
132131
* `node.kubernetes.io/unschedulable`: The node is unschedulable.
133132
* `node.cloudprovider.kubernetes.io/uninitialized`: When the node controller is started with an external cloud provider, this taint is set on a node to mark it as unusable. After a controller from the cloud-controller-manager initializes this node, the kubelet removes this taint.
133+
* `node.kubernetes.io/pid-pressure`: The node has pid pressure. This corresponds to the node condition `PIDPressure=True`.
134+
+
135+
[IMPORTANT]
136+
====
137+
{product-title} does not set a default pid.available `evictionHard`.
138+
====
134139

135140

136141
[id="nodes-scheduler-taints-tolerations-about-seconds_{context}"]
@@ -227,7 +232,6 @@ To ensure backward compatibility, the daemon set controller automatically adds t
227232

228233
* node.kubernetes.io/memory-pressure
229234
* node.kubernetes.io/disk-pressure
230-
* node.kubernetes.io/out-of-disk (only for critical pods)
231235
* node.kubernetes.io/unschedulable (1.10 or later)
232236
* node.kubernetes.io/network-unavailable (host network only)
233237

0 commit comments

Comments
 (0)