From 78122b03ed3af5dac1a96414df9b5cbce6313185 Mon Sep 17 00:00:00 2001 From: devin-donnelly Date: Mon, 5 Dec 2016 17:18:07 -0800 Subject: [PATCH] Update index.md --- docs/user-guide/petset/bootstrapping/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/petset/bootstrapping/index.md b/docs/user-guide/petset/bootstrapping/index.md index 21b952ca83..13415e773e 100644 --- a/docs/user-guide/petset/bootstrapping/index.md +++ b/docs/user-guide/petset/bootstrapping/index.md @@ -9,8 +9,6 @@ assignees: - smarterclayton --- -* PetSet is renamed to - [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets) in Kubernetes release 1.5 or later. -* This document is deprecated. - Read how to [run replicated stateful application](/docs/tutorials/stateful-application/run-replicated-stateful-application) instead. +* Starting in Kubernetes version 1.5, PetSet has been renamed to [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets). +* This document has been deprecated. For information on working with StatefulSet, see the tutorial on [how to run replicated stateful applications](/docs/tutorials/stateful-application/run-replicated-stateful-application).