From 19907287d99c4d73134263b6448d2a953c59cb3e Mon Sep 17 00:00:00 2001 From: Kenneth Owens Date: Thu, 17 Nov 2016 15:05:36 -0800 Subject: [PATCH] updates directory structure to add controllers directory moves statefulset.md into controllers update _data/concepts.yml to show a TOC based on the above --- _data/concepts.yml | 4 ++++ docs/concepts/index.md | 2 +- docs/concepts/object-metadata/statefulsets.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_data/concepts.yml b/_data/concepts.yml index f9422daa98..fc2b8beb7d 100644 --- a/_data/concepts.yml +++ b/_data/concepts.yml @@ -7,3 +7,7 @@ toc: section: - title: Annotations path: /docs/concepts/object-metadata/annotations/ +- title: Controllers + section: + - title: Stateful Sets + path: /docs/concepts/controllers/statefulsets/ diff --git a/docs/concepts/index.md b/docs/concepts/index.md index 088708d125..c35b9b6d0f 100644 --- a/docs/concepts/index.md +++ b/docs/concepts/index.md @@ -7,7 +7,7 @@ The Concepts section of the Kubernetes documentation is a work in progress. * [Annotations](/docs/concepts/object-metadata/annotations/) -* [Stateful Sets](/docs/concepts/object-metadata/statefulsets/) +* [Stateful Sets](/docs/concepts/controllers/statefulsets/) ### What's next diff --git a/docs/concepts/object-metadata/statefulsets.md b/docs/concepts/object-metadata/statefulsets.md index 23f78aa2b8..99d0228bca 100644 --- a/docs/concepts/object-metadata/statefulsets.md +++ b/docs/concepts/object-metadata/statefulsets.md @@ -4,7 +4,7 @@ {% capture overview %} **Stateful Sets are a beta feature in 1.5. This feature replaces the deprecated Pet Sets feature from 1.4. Users of Pet Sets are referred to the 1.5 -[Upgrade Guide](/docs/tasks/stateful-set/upgrade-from-petsets-to-stateful-sets/) +[Upgrade Guide](docs/tasks/stateful-sets/upgrade-pet-sets-to-stateful-sets.md) for further information on how to upgrade existing Pet Sets to Stateful Sets.** A Stateful Set is a Controller that ensures that, at most, a given number of