Merge pull request #24444 from RoSk0/issue-24399

Add missing text
This commit is contained in:
Kubernetes Prow Robot
2020-10-09 03:21:06 -07:00
committed by GitHub
@@ -13,7 +13,8 @@ of its primary containers starts OK, and then through either the `Succeeded` or
Whilst a Pod is running, the kubelet is able to restart containers to handle some Whilst a Pod is running, the kubelet is able to restart containers to handle some
kind of faults. Within a Pod, Kubernetes tracks different container kind of faults. Within a Pod, Kubernetes tracks different container
[states](#container-states) and handles [states](#container-states) and determines what action to take to make the Pod
healthy again.
In the Kubernetes API, Pods have both a specification and an actual status. The In the Kubernetes API, Pods have both a specification and an actual status. The
status for a Pod object consists of a set of [Pod conditions](#pod-conditions). status for a Pod object consists of a set of [Pod conditions](#pod-conditions).