diff --git a/content/en/docs/reference/glossary/pod-disruption-budget.md b/content/en/docs/reference/glossary/pod-disruption-budget.md index 1e3f2f7d6e..ea5e30e08f 100644 --- a/content/en/docs/reference/glossary/pod-disruption-budget.md +++ b/content/en/docs/reference/glossary/pod-disruption-budget.md @@ -3,7 +3,7 @@ id: pod-disruption-budget title: Pod Disruption Budget full-link: /docs/concepts/workloads/pods/disruptions/ date: 2019-02-12 -short-description: > +short_description: > An object that limits the number of {{< glossary_tooltip text="Pods" term_id="pod" >}} of a replicated application, that are down simultaneously from voluntary disruptions. aka: diff --git a/content/en/docs/reference/glossary/pod-lifecycle.md b/content/en/docs/reference/glossary/pod-lifecycle.md index ec496de440..caa588bb8c 100644 --- a/content/en/docs/reference/glossary/pod-lifecycle.md +++ b/content/en/docs/reference/glossary/pod-lifecycle.md @@ -8,9 +8,9 @@ related: - container tags: - fundamental -short-description: > +short_description: > 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. diff --git a/layouts/shortcodes/glossary_definition.html b/layouts/shortcodes/glossary_definition.html index 4b94c22402..2104d1dbc6 100644 --- a/layouts/shortcodes/glossary_definition.html +++ b/layouts/shortcodes/glossary_definition.html @@ -13,7 +13,7 @@ {{- with .Summary -}} {{- if $prepend }}{{- replace . "

" (printf "

%s %s" $prepend .) -}}{{ else }}{{- . -}}{{ end -}} {{- else -}} - {{- partial "templates/errorthrower.html" (dict "block" "summary" "purpose" .purpose "describes the key term in greater depth, supplementing the short-description") . -}} + {{- partial "templates/errorthrower.html" (dict "block" "summary" "purpose" .purpose "describes the key term in greater depth, supplementing the short_description") . -}} {{- end -}} {{- end -}} {{- if (strings.Contains "all|long" $length) -}}