File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -341,8 +341,8 @@ before the Pod is allowed to be forcefully killed. With that forceful shutdown t
341
341
place, the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} attempts graceful
342
342
shutdown.
343
343
344
- Typically, the container runtime sends a a TERM signal is sent to the main process in each
345
- container. Once the grace period has expired, the KILL signal is sent to any remainig
344
+ Typically, the container runtime sends a TERM signal to the main process in each
345
+ container. Once the grace period has expired, the KILL signal is sent to any remaining
346
346
processes, and the Pod is then deleted from the
347
347
{{< glossary_tooltip text="API Server" term_id="kube-apiserver" >}}. If the kubelet or the
348
348
container runtime's management service is restarted while waiting for processes to terminate, the
You can’t perform that action at this time.
0 commit comments