From 3a993c6d10276b5b5a574a691480e41bc3a937a8 Mon Sep 17 00:00:00 2001 From: devin-donnelly Date: Mon, 5 Dec 2016 17:28:53 -0800 Subject: [PATCH] Update index.md --- docs/user-guide/petset/bootstrapping/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/petset/bootstrapping/index.md b/docs/user-guide/petset/bootstrapping/index.md index 13415e773e..8de02450db 100644 --- a/docs/user-guide/petset/bootstrapping/index.md +++ b/docs/user-guide/petset/bootstrapping/index.md @@ -9,6 +9,7 @@ assignees: - smarterclayton --- -* 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). +* Starting in Kubernetes version 1.5, PetSet has been renamed to [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets). To use (or continue to use) PetSet in Kubernetes 1.5, you _must_ migrate your exsiting PetSets to StatefulSets. For information on working with StatefulSet, see the tutorial on [how to run replicated stateful applications](/docs/tutorials/stateful-application/run-replicated-stateful-application). + +* __This document has been deprecated__, but can still apply if you're using Kubernetes version 1.4 or earlier.