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
@@ -2,25 +2,26 @@
reviewers:
- bprashanth
title: Debug Pods and ReplicationControllers
content_template: templates/task
content_type: task
---
{{% capture overview %}}
<!-- overview -->
This page shows how to debug Pods and ReplicationControllers.
{{% /capture %}}
{{% capture prerequisites %}}
## {{% heading "prerequisites" %}}
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
* You should be familiar with the basics of
[Pods](/docs/concepts/workloads/pods/pod/) and [Pod Lifecycle](/docs/concepts/workloads/pods/pod-lifecycle/).
{{% /capture %}}
{{% capture steps %}}
<!-- steps -->
## Debugging Pods
@@ -106,4 +107,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 %}}