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,19 +8,20 @@ reviewers:
- kow3ns
- smarterclayton
title: Debug Init Containers
content_template: templates/task
content_type: task
---
{{% capture overview %}}
<!-- overview -->
This page shows how to investigate problems related to the execution of
Init Containers. The example command lines below refer to the Pod as
`<pod-name>` and the Init Containers as `<init-container-1>` and
`<init-container-2>`.
{{% /capture %}}
{{% capture prerequisites %}}
## {{% heading "prerequisites" %}}
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
@@ -28,9 +29,9 @@ Init Containers. The example command lines below refer to the Pod as
[Init Containers](/docs/concepts/abstractions/init-containers/).
* You should have [Configured an Init Container](/docs/tasks/configure-pod-container/configure-pod-initialization/#creating-a-pod-that-has-an-init-container/).
{{% /capture %}}
{{% capture steps %}}
<!-- steps -->
## Checking the status of Init Containers
@@ -113,9 +114,9 @@ Init Containers that run a shell script print
commands as they're executed. For example, you can do this in Bash by running
`set -x` at the beginning of the script.
{{% /capture %}}
{{% capture discussion %}}
<!-- discussion -->
## Understanding Pod status
@@ -131,7 +132,7 @@ Status | Meaning
`Pending` | The Pod has not yet begun executing Init Containers.
`PodInitializing` or `Running` | The Pod has already finished executing Init Containers.
{{% /capture %}}