From 612a37bc78b5fed93c45fb0ce5491204e955b835 Mon Sep 17 00:00:00 2001 From: Michal Wozniak Date: Tue, 16 Aug 2022 11:55:00 +0200 Subject: [PATCH] Improved wording and cleanup --- content/en/docs/concepts/workloads/pods/disruptions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/workloads/pods/disruptions.md b/content/en/docs/concepts/workloads/pods/disruptions.md index 09122df8fa..5b1fae8439 100644 --- a/content/en/docs/concepts/workloads/pods/disruptions.md +++ b/content/en/docs/concepts/workloads/pods/disruptions.md @@ -243,16 +243,16 @@ The `reason` field of the condition additionally indicates one of the following reasons for the Pod termination: `PreemptionByKubeScheduler` -: Pod has been {{}} by a scheduler in order to accommodate a new Pod with a higher priority. For more information, see [Pod priority preemption](/docs/concepts/scheduling-eviction/pod-priority-preemption/). +: Pod is due to be {{}} by a scheduler in order to accommodate a new Pod with a higher priority. For more information, see [Pod priority preemption](/docs/concepts/scheduling-eviction/pod-priority-preemption/). `DeletionByTaintManager` -: Pod is due to be deleted by Taint Manager due to to a `NoExecute` taint that the Pod does not tolerate; see {{}}-based evictions. +: Pod is due to be deleted by Taint Manager (which is part of the node lifecycle controller within `kube-controller-manager`) due to a `NoExecute` taint that the Pod does not tolerate; see {{}}-based evictions. `EvictionByEvictionAPI` : Pod has been marked for {{}} . `DeletionByPodGC` -: an orphaned Pod deleted by [Pod garbage collection](/docs/concepts/workloads/pods/pod-lifecycle/#pod-garbage-collection). +: 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). {{< note >}} A Pod disruption might be interrupted. The control plane might re-attempt to