Add missing text

This commit is contained in:
Ro$k0
2020-10-09 22:17:35 +13:00
parent c92e5d7c5a
commit 6d4fd2ab2b
@@ -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).