Deprecation complete: multi-container ... (#3533)
parent
5e3a0f555c
commit
ecae0f436c
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
title: Managing Compute Resources for Containers
|
||||
redirect_from:
|
||||
- "/docs/user-guide/compute-resources/"
|
||||
- "/docs/user-guide/compute-resources.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
|
|
@ -5,6 +5,8 @@ title: Init Containers
|
|||
redirect_from:
|
||||
- "/docs/concepts/abstractions/init-containers/"
|
||||
- "/docs/concepts/abstractions/init-containers.html"
|
||||
- "/docs/user-guide/pods/init-container/"
|
||||
- "/docs/user-guide/pods/init-container.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
title: Pod Lifecycle
|
||||
redirect_from:
|
||||
- "/docs/user-guide/pod-states/"
|
||||
- "/docs/user-guide/pod-states.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
|
|
@ -5,6 +5,8 @@ title: Pod Overview
|
|||
redirect_from:
|
||||
- "/docs/concepts/abstractions/pod/"
|
||||
- "/docs/concepts/abstractions/pod.html"
|
||||
- "/docs/user-guide/pod-templates/"
|
||||
- "/docs/user-guide/pod-templates.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
title: Communicating Between Containers Running in the Same Pod
|
||||
redirect_from:
|
||||
- "/docs/user-guide/pods/multi-container/"
|
||||
- "/docs/user-guide/pods/multi-container.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
title: Exposing Pod Information to Containers Through Environment Variables
|
||||
redirect_from:
|
||||
- "/docs/user-guide/environment-guide/"
|
||||
- "/docs/user-guide/environment-guide/index.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
assignees:
|
||||
- mikedanese
|
||||
- thockin
|
||||
title: Managing Compute Resources
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Managing Compute Resources for Containers](/docs/concepts/configuration/manage-compute-resources-container/)
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
assignees:
|
||||
- mikedanese
|
||||
title: Using Environment Variables
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Exposing Pod Information to Containers Through Environment Variables](/docs/tasks/configure-pod-container/environment-variable-expose-pod-information/)
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
assignees:
|
||||
- mikedanese
|
||||
title: The Lifecycle of a Pod
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Pod Lifecycle](/docs/concepts/workloads/pods/pod-lifecycle/)
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Pod Templates
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Pod Templates](/docs/concepts/workloads/pods/pod-overview/#pod-templates)
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Init Containers
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
* [Init Containers](/docs/concepts/abstractions/init-containers/)
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
assignees:
|
||||
- janetkuo
|
||||
title: Creating Multi-Container Pods
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Communicating Between Containers Running in the Same Pod](/docs/tasks/configure-pod-container/communicate-containers-same-pod/)
|
Loading…
Reference in New Issue