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,13 +2,22 @@
reviewers:
- davidopp
title: Troubleshoot Clusters
content_template: templates/concept
---
{{% capture overview %}}
This doc is about cluster troubleshooting; we assume you have already ruled out your application as the root cause of the
problem you are experiencing. See
the [application troubleshooting guide](/docs/tasks/debug-application-cluster/debug-application) for tips on application debugging.
You may also visit [troubleshooting document](/docs/troubleshooting/) for more information.
{{% /capture %}}
{{< toc >}}
{{% capture body %}}
## Listing your cluster
The first thing to debug in your cluster is if your nodes are all registered correctly.
@@ -113,3 +122,5 @@ Mitigations:
- Action: [Multiple independent clusters](/docs/concepts/cluster-administration/federation/) (and avoid making risky changes to all clusters at once)
- Mitigates: Everything listed above.
{{% /capture %}}