diff --git a/docs/admin/node.md b/docs/admin/node.md deleted file mode 100644 index 20774f76aa..0000000000 --- a/docs/admin/node.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -assignees: -- caesarxuchao -- dchen1107 -title: Nodes ---- - -{% include user-guide-content-moved.md %} - -[Nodes](/docs/concepts/nodes/node/) diff --git a/docs/concepts/nodes/node.md b/docs/concepts/nodes/node.md index 0d0fdfab1f..e46b8cca3d 100644 --- a/docs/concepts/nodes/node.md +++ b/docs/concepts/nodes/node.md @@ -3,6 +3,9 @@ assignees: - caesarxuchao - dchen1107 title: Nodes +redirect_from: +- "/docs/admin/node/" +- "/docs/admin/node.html" --- * TOC diff --git a/docs/concepts/overview/working-with-objects/names.md b/docs/concepts/overview/working-with-objects/names.md index 195ff57de4..fd02680f0e 100644 --- a/docs/concepts/overview/working-with-objects/names.md +++ b/docs/concepts/overview/working-with-objects/names.md @@ -3,6 +3,9 @@ assignees: - mikedanese - thockin title: Names +redirect_from: +- "/docs/user-guide/identifiers/" +- "/docs/user-guide/identifiers.html" --- All objects in the Kubernetes REST API are unambiguously identified by a Name and a UID. diff --git a/docs/concepts/overview/working-with-objects/namespaces.md b/docs/concepts/overview/working-with-objects/namespaces.md index fc1e4edd4b..1939d410ea 100644 --- a/docs/concepts/overview/working-with-objects/namespaces.md +++ b/docs/concepts/overview/working-with-objects/namespaces.md @@ -4,6 +4,9 @@ assignees: - mikedanese - thockin title: Namespaces +redirect_from: +- "/docs/user-guide/namespaces/" +- "/docs/user-guide/namespaces.html" --- Kubernetes supports multiple virtual clusters backed by the same physical cluster. diff --git a/docs/concepts/services-networking/ingress.md b/docs/concepts/services-networking/ingress.md index fb5dcd990d..19124aec2e 100644 --- a/docs/concepts/services-networking/ingress.md +++ b/docs/concepts/services-networking/ingress.md @@ -2,6 +2,9 @@ assignees: - bprashanth title: Ingress Resources +redirect_from: +- "/docs/user-guide/ingress/" +- "/docs/user-guide/ingress.html" --- * TOC diff --git a/docs/concepts/services-networking/networkpolicies.md b/docs/concepts/services-networking/networkpolicies.md index 1c8575d4ab..998bca3651 100644 --- a/docs/concepts/services-networking/networkpolicies.md +++ b/docs/concepts/services-networking/networkpolicies.md @@ -3,6 +3,9 @@ assignees: - thockin - caseydavenport title: Network Policies +redirect_from: +- "/docs/user-guide/networkpolicies/" +- "/docs/user-guide/networkpolicies.html" --- * TOC diff --git a/docs/concepts/workloads/controllers/petset.md b/docs/concepts/workloads/controllers/petset.md index f4a77cda2e..d20c6641be 100644 --- a/docs/concepts/workloads/controllers/petset.md +++ b/docs/concepts/workloads/controllers/petset.md @@ -13,6 +13,8 @@ redirect_from: - "/docs/concepts/abstractions/controllers/petsets.html" - "/docs/user-guide/petset/bootstrapping/" - "/docs/user-guide/petset/bootstrapping/index.html" +- "/docs/user-guide/petset/" +- "/docs/user-guide/petset.html" --- __Warning:__ Starting in Kubernetes version 1.5, PetSet has been renamed to [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets). To use (or continue to use) PetSet in Kubernetes 1.5, you _must_ [migrate](/docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set/) your existing PetSets to StatefulSets. For information on working with StatefulSet, see the tutorial on [how to run replicated stateful applications](/docs/tutorials/stateful-application/run-replicated-stateful-application). diff --git a/docs/concepts/workloads/controllers/replicationcontroller.md b/docs/concepts/workloads/controllers/replicationcontroller.md index 18692c4e90..7bd8c69246 100644 --- a/docs/concepts/workloads/controllers/replicationcontroller.md +++ b/docs/concepts/workloads/controllers/replicationcontroller.md @@ -3,6 +3,9 @@ assignees: - bprashanth - janetkuo title: Replication Controller +redirect_from: +- "/docs/user-guide/replication-controller/" +- "/docs/user-guide/replication-controller/index.html" --- * TOC diff --git a/docs/concepts/workloads/pods/pod.md b/docs/concepts/workloads/pods/pod.md index c4984ff876..d19c601b78 100644 --- a/docs/concepts/workloads/pods/pod.md +++ b/docs/concepts/workloads/pods/pod.md @@ -1,6 +1,9 @@ --- assignees: title: Pods +redirect_from: +- "/docs/user-guide/pods/index/" +- "/docs/user-guide/pods/index.html" --- * TOC diff --git a/docs/user-guide/identifiers.md b/docs/user-guide/identifiers.md deleted file mode 100644 index bcb4f620c5..0000000000 --- a/docs/user-guide/identifiers.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -assignees: -- mikedanese -- thockin -title: Names ---- - -{% include user-guide-content-moved.md %} - -[Names](/docs/concepts/overview/working-with-objects/names/) diff --git a/docs/user-guide/ingress.md b/docs/user-guide/ingress.md deleted file mode 100644 index 620a6f9134..0000000000 --- a/docs/user-guide/ingress.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -assignees: -- bprashanth -title: Ingress Resources ---- - -{% include user-guide-content-moved.md %} - -[Ingress Resources](/docs/concepts/services-networking/ingress/) diff --git a/docs/user-guide/namespaces.md b/docs/user-guide/namespaces.md deleted file mode 100644 index d4a0c4a607..0000000000 --- a/docs/user-guide/namespaces.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -assignees: -- derekwaynecarr -- mikedanese -- thockin -title: Namespaces ---- - -{% include user-guide-content-moved.md %} - -[Namespaces](/docs/concepts/overview/working-with-objects/namespaces/) diff --git a/docs/user-guide/networkpolicies.md b/docs/user-guide/networkpolicies.md deleted file mode 100644 index ab5ff86c86..0000000000 --- a/docs/user-guide/networkpolicies.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -assignees: -- thockin -- caseydavenport -title: Network Policies ---- - -{% include user-guide-content-moved.md %} - -[Network Policies](/docs/concepts/services-networking/networkpolicies/) diff --git a/docs/user-guide/petset.md b/docs/user-guide/petset.md deleted file mode 100644 index 1a9f63203a..0000000000 --- a/docs/user-guide/petset.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -assignees: -- bprashanth -- enisoc -- erictune -- foxish -- janetkuo -- kow3ns -- smarterclayton -title: Pet Sets ---- - -{% include user-guide-content-moved.md %} - -[PetSets](/docs/concepts/workloads/controllers/petset/) diff --git a/docs/user-guide/pods/index.md b/docs/user-guide/pods/index.md deleted file mode 100644 index 9ae56def66..0000000000 --- a/docs/user-guide/pods/index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -assignees: -title: Pods ---- - -{% include user-guide-content-moved.md %} - -[Pods](/docs/concepts/workloads/pods/pod/) diff --git a/docs/user-guide/replication-controller/index.md b/docs/user-guide/replication-controller/index.md deleted file mode 100644 index 2890535bc0..0000000000 --- a/docs/user-guide/replication-controller/index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -assignees: -- bprashanth -- janetkuo -title: Replication Controller ---- - -{% include user-guide-content-moved.md %} - -[ReplicationControllers](/docs/concepts/workloads/controllers/replicationcontroller/)