From 077b036c07c78238f43063a4495fd026db7cbab8 Mon Sep 17 00:00:00 2001 From: Jared Date: Mon, 12 Dec 2016 19:03:38 -0800 Subject: [PATCH] Update statefulsets.md --- docs/concepts/abstractions/controllers/statefulsets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/abstractions/controllers/statefulsets.md b/docs/concepts/abstractions/controllers/statefulsets.md index fc9016ca83..01825fc257 100644 --- a/docs/concepts/abstractions/controllers/statefulsets.md +++ b/docs/concepts/abstractions/controllers/statefulsets.md @@ -8,7 +8,6 @@ assignees: - kow3ns - smarterclayton --- -### Managing Stateful Services on Kubernetes {% capture overview %} **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 %} -### When to Use a StatefulSet +### Using StatefulSets + StatefulSets are valuable for applications that require one or more of the following.