add en pages

This commit is contained in:
Karen Bradshaw
2020-05-30 15:10:23 -04:00
parent 1502e0281d
commit ecc27bbbe7
347 changed files with 2900 additions and 2537 deletions
@@ -8,23 +8,24 @@ reviewers:
- kow3ns
- smarterclayton
title: Debug a StatefulSet
content_template: templates/task
content_type: task
---
{{% capture overview %}}
<!-- overview -->
This task shows you how to debug a StatefulSet.
{{% /capture %}}
{{% capture prerequisites %}}
## {{% heading "prerequisites" %}}
* You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
* You should have a StatefulSet running that you want to investigate.
{{% /capture %}}
{{% capture steps %}}
<!-- steps -->
## Debugging a StatefulSet
@@ -41,12 +42,13 @@ instructions on how to deal with them.
You can debug individual Pods in a StatefulSet using the
[Debugging Pods](/docs/tasks/debug-application-cluster/debug-pod-replication-controller/) guide.
{{% /capture %}}
{{% capture whatsnext %}}
## {{% heading "whatsnext" %}}
Learn more about [debugging an init-container](/docs/tasks/debug-application-cluster/debug-init-containers/).
{{% /capture %}}