Skip to content

Commit 77407a7

Browse files
author
Tim Bannister
committed
Minor tidying
1 parent 5c983f8 commit 77407a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ processes, and the Pod is then deleted from the
511511
container runtime's management service is restarted while waiting for processes to terminate, the
512512
cluster retries from the start including the full original grace period.
513513

514-
An example flow:
514+
Pod termination flow, illustrated with an example:
515515

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

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

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

0 commit comments

Comments
 (0)