updates directory structure to add controllers directory

moves statefulset.md into controllers
update _data/concepts.yml to show a TOC based on the above
This commit is contained in:
Kenneth Owens
2016-11-17 15:05:36 -08:00
parent f2e18d0288
commit d6ea2b291c
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -7,3 +7,7 @@ toc:
section: section:
- title: Annotations - title: Annotations
path: /docs/concepts/object-metadata/annotations/ path: /docs/concepts/object-metadata/annotations/
- title: Controllers
section:
- title: Stateful Sets
path: /docs/concepts/controllers/statefulsets/
+1 -1
View File
@@ -7,7 +7,7 @@ The Concepts section of the Kubernetes documentation is a work in progress.
* [Annotations](/docs/concepts/object-metadata/annotations/) * [Annotations](/docs/concepts/object-metadata/annotations/)
* [Stateful Sets](/docs/concepts/object-metadata/statefulsets/) * [Stateful Sets](/docs/concepts/controllers/statefulsets/)
### What's next ### What's next
@@ -4,7 +4,7 @@
{% capture overview %} {% capture overview %}
**Stateful Sets are a beta feature in 1.5. This feature replaces the deprecated **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 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.** 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 A Stateful Set is a Controller that ensures that, at most, a given number of