diff --git a/docs/concepts/configuration/manage-compute-resources-container.md b/docs/concepts/configuration/manage-compute-resources-container.md index 824511c827..f571e3264d 100644 --- a/docs/concepts/configuration/manage-compute-resources-container.md +++ b/docs/concepts/configuration/manage-compute-resources-container.md @@ -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 %} diff --git a/docs/concepts/workloads/pods/init-containers.md b/docs/concepts/workloads/pods/init-containers.md index 172d842a4a..f52215dadc 100644 --- a/docs/concepts/workloads/pods/init-containers.md +++ b/docs/concepts/workloads/pods/init-containers.md @@ -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 %} diff --git a/docs/concepts/workloads/pods/pod-lifecycle.md b/docs/concepts/workloads/pods/pod-lifecycle.md index e782136eec..a9ce4a8a76 100644 --- a/docs/concepts/workloads/pods/pod-lifecycle.md +++ b/docs/concepts/workloads/pods/pod-lifecycle.md @@ -1,5 +1,8 @@ --- title: Pod Lifecycle +redirect_from: +- "/docs/user-guide/pod-states/" +- "/docs/user-guide/pod-states.html" --- {% capture overview %} diff --git a/docs/concepts/workloads/pods/pod-overview.md b/docs/concepts/workloads/pods/pod-overview.md index 64ea7a018b..bad1233e1f 100644 --- a/docs/concepts/workloads/pods/pod-overview.md +++ b/docs/concepts/workloads/pods/pod-overview.md @@ -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 %} diff --git a/docs/tasks/configure-pod-container/communicate-containers-same-pod.md b/docs/tasks/configure-pod-container/communicate-containers-same-pod.md index e196248f4f..17fa0a068e 100644 --- a/docs/tasks/configure-pod-container/communicate-containers-same-pod.md +++ b/docs/tasks/configure-pod-container/communicate-containers-same-pod.md @@ -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 %} diff --git a/docs/tasks/configure-pod-container/environment-variable-expose-pod-information.md b/docs/tasks/configure-pod-container/environment-variable-expose-pod-information.md index 71d05d2299..d01d070e76 100644 --- a/docs/tasks/configure-pod-container/environment-variable-expose-pod-information.md +++ b/docs/tasks/configure-pod-container/environment-variable-expose-pod-information.md @@ -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 %} diff --git a/docs/user-guide/compute-resources.md b/docs/user-guide/compute-resources.md deleted file mode 100644 index 51fcaafa9d..0000000000 --- a/docs/user-guide/compute-resources.md +++ /dev/null @@ -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/) diff --git a/docs/user-guide/environment-guide/index.md b/docs/user-guide/environment-guide/index.md deleted file mode 100644 index 9db0f41f9b..0000000000 --- a/docs/user-guide/environment-guide/index.md +++ /dev/null @@ -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/) diff --git a/docs/user-guide/pod-states.md b/docs/user-guide/pod-states.md deleted file mode 100644 index a3cea728cc..0000000000 --- a/docs/user-guide/pod-states.md +++ /dev/null @@ -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/) diff --git a/docs/user-guide/pod-templates.md b/docs/user-guide/pod-templates.md deleted file mode 100644 index ce67b45f91..0000000000 --- a/docs/user-guide/pod-templates.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Pod Templates ---- - -{% include user-guide-content-moved.md %} - -[Pod Templates](/docs/concepts/workloads/pods/pod-overview/#pod-templates) diff --git a/docs/user-guide/pods/init-container.md b/docs/user-guide/pods/init-container.md deleted file mode 100644 index 90a862ea02..0000000000 --- a/docs/user-guide/pods/init-container.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Init Containers ---- - -{% include user-guide-content-moved.md %} - -* [Init Containers](/docs/concepts/abstractions/init-containers/) \ No newline at end of file diff --git a/docs/user-guide/pods/multi-container.md b/docs/user-guide/pods/multi-container.md deleted file mode 100644 index 465379e51c..0000000000 --- a/docs/user-guide/pods/multi-container.md +++ /dev/null @@ -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/)