Skip to content

Commit 3de77ed

Browse files
authored
Merge pull request #47337 from mimowo/update-pod-conditions
Update pod disruption condition to align with the implementation
2 parents 0df0aad + 370622f commit 3de77ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/docs/concepts/workloads/pods/disruptions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@ indicates one of the following reasons for the Pod termination:
254254
: Pod, that is bound to a no longer existing Node, is due to be deleted by [Pod garbage collection](/docs/concepts/workloads/pods/pod-lifecycle/#pod-garbage-collection).
255255

256256
`TerminationByKubelet`
257-
: Pod has been terminated by the kubelet, because of either {{<glossary_tooltip term_id="node-pressure-eviction" text="node pressure eviction">}} or the [graceful node shutdown](/docs/concepts/architecture/nodes/#graceful-node-shutdown).
257+
: Pod has been terminated by the kubelet, because of either {{<glossary_tooltip term_id="node-pressure-eviction" text="node pressure eviction">}},
258+
the [graceful node shutdown](/docs/concepts/architecture/nodes/#graceful-node-shutdown),
259+
or preemption for [system critical pods](/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/).
258260

259261
{{< note >}}
260262
A Pod disruption might be interrupted. The control plane might re-attempt to

0 commit comments

Comments
 (0)