Skip to content

Commit

Permalink
Merge pull request #37158 from Mandraenke/patch-1
Browse files Browse the repository at this point in the history
added warning about indefinitely running resources
  • Loading branch information
k8s-ci-robot committed Oct 5, 2022
2 parents 4f94117 + 1c5d75b commit f4443ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,10 @@ removes the Pod in the API immediately so a new Pod can be created with the same
name. On the node, Pods that are set to terminate immediately will still be given
a small grace period before being force killed.

{{< caution >}}
Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.
{{< /caution >}}

If you need to force-delete Pods that are part of a StatefulSet, refer to the task
documentation for
[deleting Pods from a StatefulSet](/docs/tasks/run-application/force-delete-stateful-set-pod/).
Expand Down

0 comments on commit f4443ad

Please sign in to comment.