Skip to content

Commit 6fdabb1

Browse files
committed
Update Pod Lifecycle doc section header
to be more accurate. It currently says failed, but then following paragraph includes `Succeeded`. It seems like replacing "failed" with "terminated" is more accurate.
1 parent bb5e0b3 commit 6fdabb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/concepts/architecture/garbage-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 50
88
{{<glossary_definition term_id="garbage-collection" length="short">}} This
99
allows the clean up of resources like the following:
1010

11-
* [Failed pods](/docs/concepts/workloads/pods/pod-lifecycle/#pod-garbage-collection)
11+
* [Terminated pods](/docs/concepts/workloads/pods/pod-lifecycle/#pod-garbage-collection)
1212
* [Completed Jobs](/docs/concepts/workloads/controllers/ttlafterfinished/)
1313
* [Objects without owner references](#owners-dependents)
1414
* [Unused containers and container images](#containers-images)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ If you need to force-delete Pods that are part of a StatefulSet, refer to the ta
466466
documentation for
467467
[deleting Pods from a StatefulSet](/docs/tasks/run-application/force-delete-stateful-set-pod/).
468468

469-
### Garbage collection of failed Pods {#pod-garbage-collection}
469+
### Garbage collection of terminated Pods {#pod-garbage-collection}
470470

471471
For failed Pods, the API objects remain in the cluster's API until a human or
472472
{{< glossary_tooltip term_id="controller" text="controller" >}} process

0 commit comments

Comments
 (0)