Skip to content

Commit

Permalink
Move PetSets topic. (#2873)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveperry-53 authored Mar 16, 2017
1 parent c3af1df commit 01b2be0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions _data/concepts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ toc:
section:
- title: Controllers
section:
- docs/concepts/abstractions/controllers/statefulsets.md
- docs/concepts/abstractions/controllers/petsets.md
- docs/concepts/abstractions/controllers/garbage-collection.md

- title: Workloads
Expand All @@ -34,6 +32,7 @@ toc:
- title: Controllers
section:
- docs/concepts/workloads/controllers/statefulset.md
- docs/concepts/workloads/controllers/petset.md
- title: Jobs
section:
- docs/concepts/jobs/run-to-completion-finite-workloads.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ assignees:
- kow3ns
- smarterclayton
title: PetSets
redirect_from:
- "/docs/concepts/abstractions/controllers/petsets/"
- "/docs/concepts/abstractions/controllers/petsets.html"
---

__Warning:__ 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](/docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set/) your existing 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).
Expand Down

0 comments on commit 01b2be0

Please sign in to comment.