Skip to content

Commit f4443ad

Browse files
authored
Merge pull request #37158 from Mandraenke/patch-1
added warning about indefinitely running resources
2 parents 4f94117 + 1c5d75b commit f4443ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,10 @@ removes the Pod in the API immediately so a new Pod can be created with the same
499499
name. On the node, Pods that are set to terminate immediately will still be given
500500
a small grace period before being force killed.
501501

502+
{{< caution >}}
503+
Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.
504+
{{< /caution >}}
505+
502506
If you need to force-delete Pods that are part of a StatefulSet, refer to the task
503507
documentation for
504508
[deleting Pods from a StatefulSet](/docs/tasks/run-application/force-delete-stateful-set-pod/).

0 commit comments

Comments
 (0)