From 7d7074801bec0db56158d67adc63577cd7289914 Mon Sep 17 00:00:00 2001 From: Devin Donnelly Date: Wed, 18 Jan 2017 14:34:27 -0800 Subject: [PATCH] Attempted fix of Pod page template. --- docs/concepts/abstractions/pod.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/concepts/abstractions/pod.md b/docs/concepts/abstractions/pod.md index 70c865b490..022e51ceaf 100644 --- a/docs/concepts/abstractions/pod.md +++ b/docs/concepts/abstractions/pod.md @@ -10,6 +10,7 @@ This page provides an overview of `Pod`, the smallest deployable object in the K {:toc} {% capture body %} +### Understanding Pods A *Pod* is the basic building block of Kubernetes--the smallest and simplest unit in the Kubernetes object model that you create or deploy. A Pod represents a running process on your cluster. @@ -71,11 +72,10 @@ In general, Controllers use a Pod Template that you provide to create the Pods f {% endcapture %} +{% capture whatsnext %} +* Learn more about Pod behavior: + * Pod Termination + * Other Pod Topics +{% endcapture %} -{% if whatsnext %} - -### What's next - -{{ whatsnext }} - -{% endif %} \ No newline at end of file +{% include templates/concept.md %} \ No newline at end of file