Change Task titles to imperative: Run Apps. (#4025)

This commit is contained in:
Steve Perry
2017-06-08 13:15:43 -07:00
committed by GitHub
parent 962989b443
commit 10cd61bc62
9 changed files with 11 additions and 11 deletions
@@ -7,7 +7,7 @@ assignees:
- janetkuo
- kow3ns
- smarterclayton
title: Running a Replicated Stateful Application
title: Run a Replicated Stateful Application
redirect_from:
- "/docs/tutorials/stateful-application/run-replicated-stateful-application/"
- "/docs/tutorials/stateful-application/run-replicated-stateful-application.html"
@@ -52,7 +52,7 @@ on general patterns for running stateful applications in Kubernetes.
{% capture lessoncontent %}
## Deploying MySQL
## Deploy MySQL
The example MySQL deployment consists of a ConfigMap, two Services,
and a StatefulSet.