[go: nahoru, domu]

Skip to content

Commit

Permalink
Minor tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
sftim committed Jun 19, 2024
1 parent 5c983f8 commit 77407a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ processes, and the Pod is then deleted from the
container runtime's management service is restarted while waiting for processes to terminate, the
cluster retries from the start including the full original grace period.

An example flow:
Pod termination flow, illustrated with an example:

1. You use the `kubectl` tool to manually delete a specific Pod, with the default grace period
(30 seconds).
Expand Down Expand Up @@ -594,10 +594,8 @@ Setting the grace period to `0` forcibly and immediately deletes the Pod from th
server. If the Pod was still running on a node, that forcible deletion triggers the kubelet to
begin immediate cleanup.

{{< note >}}
You must specify an additional flag `--force` along with `--grace-period=0`
Using kubectl, You must specify an additional flag `--force` along with `--grace-period=0`
in order to perform force deletions.
{{< /note >}}

When a force deletion is performed, the API server does not wait for confirmation
from the kubelet that the Pod has been terminated on the node it was running on. It
Expand Down

0 comments on commit 77407a7

Please sign in to comment.