Change Task titles to imperative. (#4022)

This commit is contained in:
Steve Perry
2017-06-08 11:48:28 -07:00
committed by GitHub
parent 67ece8bc15
commit adf00a04a2
14 changed files with 44 additions and 44 deletions
@@ -1,5 +1,5 @@
---
title: Configuring Pod Initialization
title: Configure Pod Initialization
---
{% capture overview %}
@@ -16,7 +16,7 @@ application Container runs.
{% capture steps %}
## Creating a Pod that has an Init Container
## Create a Pod that has an Init Container
In this exercise you create a Pod that has one application Container and one
Init Container. The init container runs to completion before the application