File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
content/en/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ processes, and the Pod is then deleted from the
511
511
container runtime's management service is restarted while waiting for processes to terminate, the
512
512
cluster retries from the start including the full original grace period.
513
513
514
- An example flow:
514
+ Pod termination flow, illustrated with an example :
515
515
516
516
1 . You use the ` kubectl ` tool to manually delete a specific Pod, with the default grace period
517
517
(30 seconds).
@@ -594,10 +594,8 @@ Setting the grace period to `0` forcibly and immediately deletes the Pod from th
594
594
server. If the Pod was still running on a node, that forcible deletion triggers the kubelet to
595
595
begin immediate cleanup.
596
596
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 `
599
598
in order to perform force deletions.
600
- {{< /note >}}
601
599
602
600
When a force deletion is performed, the API server does not wait for confirmation
603
601
from the kubelet that the Pod has been terminated on the node it was running on. It
You can’t perform that action at this time.
0 commit comments