Merge pull request #37158 from Mandraenke/patch-1

added warning about indefinitely running resources
pull/37163/head
Kubernetes Prow Robot 2022-10-05 02:08:03 -07:00 committed by GitHub
commit f4443ad4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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 name. On the node, Pods that are set to terminate immediately will still be given
a small grace period before being force killed. 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 If you need to force-delete Pods that are part of a StatefulSet, refer to the task
documentation for documentation for
[deleting Pods from a StatefulSet](/docs/tasks/run-application/force-delete-stateful-set-pod/). [deleting Pods from a StatefulSet](/docs/tasks/run-application/force-delete-stateful-set-pod/).