Skip to content

Commit 542729f

Browse files
authored
Merge pull request #24444 from RoSk0/issue-24399
Add missing text
2 parents 1248dff + 6d4fd2a commit 542729f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ of its primary containers starts OK, and then through either the `Succeeded` or
1313

1414
Whilst a Pod is running, the kubelet is able to restart containers to handle some
1515
kind of faults. Within a Pod, Kubernetes tracks different container
16-
[states](#container-states) and handles
16+
[states](#container-states) and determines what action to take to make the Pod
17+
healthy again.
1718

1819
In the Kubernetes API, Pods have both a specification and an actual status. The
1920
status for a Pod object consists of a set of [Pod conditions](#pod-conditions).
@@ -32,7 +33,7 @@ Like individual application containers, Pods are considered to be relatively
3233
ephemeral (rather than durable) entities. Pods are created, assigned a unique
3334
ID ([UID](/docs/concepts/overview/working-with-objects/names/#uids)), and scheduled
3435
to nodes where they remain until termination (according to restart policy) or
35-
deletion.
36+
deletion.
3637
If a {{< glossary_tooltip term_id="node" >}} dies, the Pods scheduled to that node
3738
are [scheduled for deletion](#pod-garbage-collection) after a timeout period.
3839

0 commit comments

Comments
 (0)