From efebc652d92cc07bde98ba2cc74264882312e765 Mon Sep 17 00:00:00 2001 From: Seokho Date: Wed, 20 Mar 2019 04:28:22 +0900 Subject: [PATCH] Fix inconsistent style of pod-lifecycle.md in glossary (#13269) --- content/en/docs/reference/glossary/pod-lifecycle.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/en/docs/reference/glossary/pod-lifecycle.md b/content/en/docs/reference/glossary/pod-lifecycle.md index caa588bb8c6..98a63dd3c45 100644 --- a/content/en/docs/reference/glossary/pod-lifecycle.md +++ b/content/en/docs/reference/glossary/pod-lifecycle.md @@ -9,8 +9,11 @@ related: tags: - fundamental short_description: > - A high-level summary of what phase the Pod is in within its lifecyle. + A high-level summary of what phase the Pod is in within its lifecyle. --- + A high-level summary of what phase the Pod is in within its lifecyle. + + The [Pod Lifecycle](/docs/concepts/workloads/pods/pod-lifecycle/) is a high level summary of where a Pod is in its lifecyle. A Pod’s `status` field is a [PodStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#podstatus-v1-core) object, which has a `phase` field that displays one of the following phases: Running, Pending, Succeeded, Failed, Unknown, Completed, or CrashLoopBackOff.