Move Init Containers topic. (#2866)

This commit is contained in:
Steve Perry 2017-03-16 11:40:57 -07:00 committed by GitHub
parent a0a51fb032
commit 0386c39df1
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,6 @@ toc:
section:
- title: Pods
section:
- docs/concepts/abstractions/init-containers.md
- title: Controllers
section:
- docs/concepts/abstractions/controllers/statefulsets.md
@ -31,6 +30,7 @@ toc:
section:
- docs/concepts/workloads/pods/pod-overview.md
- docs/concepts/workloads/pods/pod-lifecycle.md
- docs/concepts/workloads/pods/init-containers.md
- title: Jobs
section:
- docs/concepts/jobs/run-to-completion-finite-workloads.md

View File

@ -2,6 +2,9 @@
assignees:
- erictune
title: Init Containers
redirect_from:
- "/docs/concepts/abstractions/init-containers/"
- "/docs/concepts/abstractions/init-containers.html"
---
{% capture overview %}