Apply templates to all concepts and tasks to fix double bullets in TOC (#9149)

* Apply concept template to fix double bullet issue.

* Apply concept template

* Apply templates to tasks
This commit is contained in:
Steve Perry
2018-06-22 11:20:04 -07:00
committed by k8s-ci-robot
parent ec15f3fab9
commit 75f00dfc60
71 changed files with 1059 additions and 321 deletions
@@ -2,11 +2,10 @@
reviewers:
- bprashanth
title: Debug Pods and Replication Controllers
content_template: templates/concept
---
{{< toc >}}
## Debugging pods
{{% capture overview %}}
The first step in debugging a pod is taking a look at it. Check the current
state of the pod and recent events with the following command:
@@ -18,6 +17,12 @@ there been recent restarts?
Continue debugging depending on the state of the pods.
{{% /capture %}}
{{< toc >}}
{{% capture body %}}
### My pod stays pending
If a pod is stuck in `Pending` it means that it can not be scheduled onto a
@@ -105,3 +110,4 @@ or they can't. If they can't create pods, then please refer to the
You can also use `kubectl describe rc ${CONTROLLER_NAME}` to inspect events
related to the replication controller.
{{% /capture %}}