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.
pull/35742/head
David Xia 2022-08-05 13:44:22 -04:00 committed by David Xia
parent bb5e0b32b9
commit 6fdabb154a
No known key found for this signature in database
GPG Key ID: 5F38B0A1B60734DF
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ weight: 50
{{<glossary_definition term_id="garbage-collection" length="short">}} This
allows the clean up of resources like the following:
* [Failed pods](/docs/concepts/workloads/pods/pod-lifecycle/#pod-garbage-collection)
* [Terminated pods](/docs/concepts/workloads/pods/pod-lifecycle/#pod-garbage-collection)
* [Completed Jobs](/docs/concepts/workloads/controllers/ttlafterfinished/)
* [Objects without owner references](#owners-dependents)
* [Unused containers and container images](#containers-images)

View File

@ -466,7 +466,7 @@ If you need to force-delete Pods that are part of a StatefulSet, refer to the ta
documentation for
[deleting Pods from a StatefulSet](/docs/tasks/run-application/force-delete-stateful-set-pod/).
### Garbage collection of failed Pods {#pod-garbage-collection}
### Garbage collection of terminated Pods {#pod-garbage-collection}
For failed Pods, the API objects remain in the cluster's API until a human or
{{< glossary_tooltip term_id="controller" text="controller" >}} process