Skip to content

Commit a2096d1

Browse files
authored
Merge pull request #22927 from dba-git/patch-1
grammar and syntax errors
2 parents 5a7b929 + eb0a358 commit a2096d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ before the Pod is allowed to be forcefully killed. With that forceful shutdown t
341341
place, the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} attempts graceful
342342
shutdown.
343343

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
346346
processes, and the Pod is then deleted from the
347347
{{< glossary_tooltip text="API Server" term_id="kube-apiserver" >}}. If the kubelet or the
348348
container runtime's management service is restarted while waiting for processes to terminate, the

0 commit comments

Comments
 (0)