From 6fdabb154aec15b345f04bef4f3851898a6918d7 Mon Sep 17 00:00:00 2001 From: David Xia Date: Fri, 5 Aug 2022 13:44:22 -0400 Subject: [PATCH] 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. --- content/en/docs/concepts/architecture/garbage-collection.md | 2 +- content/en/docs/concepts/workloads/pods/pod-lifecycle.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/architecture/garbage-collection.md b/content/en/docs/concepts/architecture/garbage-collection.md index a6fa885bfc..9632ed7068 100644 --- a/content/en/docs/concepts/architecture/garbage-collection.md +++ b/content/en/docs/concepts/architecture/garbage-collection.md @@ -8,7 +8,7 @@ weight: 50 {{}} 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) diff --git a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md index 596d835d73..cae3bca87e 100644 --- a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md +++ b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md @@ -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