Update statefulsets.md

reviewable/pr1936/r1
Jared 2016-12-12 19:03:38 -08:00 committed by GitHub
parent ab115ac0bf
commit 077b036c07
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,6 @@ assignees:
- kow3ns - kow3ns
- smarterclayton - smarterclayton
--- ---
### Managing Stateful Services on Kubernetes
{% capture overview %} {% capture overview %}
**StatefulSets are a beta feature in 1.5. This feature replaces the **StatefulSets are a beta feature in 1.5. This feature replaces the
@ -22,7 +21,8 @@ guarantees about the ordering of deployment and scaling.
{% capture body %} {% capture body %}
### When to Use a StatefulSet ### Using StatefulSets
StatefulSets are valuable for applications that require one or more of the StatefulSets are valuable for applications that require one or more of the
following. following.