Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
committed by
GitHub
parent
839863849c
commit
1498f297d5
@@ -342,7 +342,8 @@ place, the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} attempts gr
|
|||||||
shutdown.
|
shutdown.
|
||||||
|
|
||||||
Typically, the container runtime sends a TERM signal to the main process in each
|
Typically, the container runtime sends a TERM signal to the main process in each
|
||||||
container. Many container runtimes respect the STOPSIGNAL defined in the container image and send this instead of TERM.
|
container. Many container runtimes respect the `STOPSIGNAL` value defined in the container
|
||||||
|
image and send this instead of TERM.
|
||||||
Once the grace period has expired, the KILL signal is sent to any remaining
|
Once the grace period has expired, the KILL signal is sent to any remaining
|
||||||
processes, and the Pod is then deleted from the
|
processes, and the Pod is then deleted from the
|
||||||
{{< glossary_tooltip text="API Server" term_id="kube-apiserver" >}}. If the kubelet or the
|
{{< glossary_tooltip text="API Server" term_id="kube-apiserver" >}}. If the kubelet or the
|
||||||
|
|||||||
Reference in New Issue
Block a user