Skip to content

Commit 58aef59

Browse files
authored
Merge pull request #26097 from alculquicondor/patch-1
Remove indication that a failed scheduling attempt removes the Pod
2 parents 960f924 + bda3cea commit 58aef59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ If a {{< glossary_tooltip term_id="node" >}} dies, the Pods scheduled to that no
3838
are [scheduled for deletion](#pod-garbage-collection) after a timeout period.
3939

4040
Pods do not, by themselves, self-heal. If a Pod is scheduled to a
41-
{{< glossary_tooltip text="node" term_id="node" >}} that then fails,
42-
or if the scheduling operation itself fails, the Pod is deleted; likewise, a Pod won't
41+
{{< glossary_tooltip text="node" term_id="node" >}} that then fails, the Pod is deleted; likewise, a Pod won't
4342
survive an eviction due to a lack of resources or Node maintenance. Kubernetes uses a
4443
higher-level abstraction, called a
4544
{{< glossary_tooltip term_id="controller" text="controller" >}}, that handles the work of

0 commit comments

Comments
 (0)