From b38c79dde89bfe98ea0e5e7bd1a84f80b7826898 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Mon, 24 Apr 2017 20:35:01 -0700 Subject: [PATCH] Deprecation 22 (#3512) * Deprecation complete: whatis k8s ... * Fix redirect source. * Deprecation complete: sharing-clusters ... --- .../authenticate-across-clusters-kubeconfig.md | 3 +++ .../cluster-administration/manage-deployment.md | 3 +++ docs/concepts/configuration/overview.md | 3 +++ .../workloads/controllers/garbage-collection.md | 3 +++ docs/tasks/administer-cluster/share-configuration.md | 3 +++ .../rolling-update-replication-controller.md | 5 +++++ .../object-management-kubectl/object-management.md | 2 ++ .../run-stateless-ap-replication-controller.md | 5 +++++ docs/user-guide/config-best-practices.md | 7 ------- docs/user-guide/garbage-collection.md | 9 --------- docs/user-guide/kubeconfig-file.md | 7 ------- docs/user-guide/managing-deployments.md | 7 ------- docs/user-guide/replication-controller/operations.md | 6 ------ docs/user-guide/resizing-a-replication-controller.md | 8 -------- docs/user-guide/rolling-updates.md | 6 ------ docs/user-guide/sharing-clusters.md | 7 ------- docs/user-guide/update-demo/index.md | 6 ------ docs/user-guide/working-with-resources.md | 10 ---------- 18 files changed, 27 insertions(+), 73 deletions(-) delete mode 100644 docs/user-guide/config-best-practices.md delete mode 100644 docs/user-guide/garbage-collection.md delete mode 100644 docs/user-guide/kubeconfig-file.md delete mode 100644 docs/user-guide/managing-deployments.md delete mode 100644 docs/user-guide/replication-controller/operations.md delete mode 100644 docs/user-guide/resizing-a-replication-controller.md delete mode 100644 docs/user-guide/rolling-updates.md delete mode 100644 docs/user-guide/sharing-clusters.md delete mode 100644 docs/user-guide/update-demo/index.md delete mode 100644 docs/user-guide/working-with-resources.md diff --git a/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig.md b/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig.md index 34b4faa9e9..c5081f9557 100644 --- a/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig.md +++ b/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig.md @@ -3,6 +3,9 @@ assignees: - mikedanese - thockin title: Authenticating Across Clusters with kubeconfig +redirect_from: +- "/docs/user-guide/kubeconfig-file/" +- "/docs/user-guide/kubeconfig-file.html" --- Authentication in Kubernetes can differ for different individuals. diff --git a/docs/concepts/cluster-administration/manage-deployment.md b/docs/concepts/cluster-administration/manage-deployment.md index 5f8e8c3b9e..4e8f031a3f 100644 --- a/docs/concepts/cluster-administration/manage-deployment.md +++ b/docs/concepts/cluster-administration/manage-deployment.md @@ -4,6 +4,9 @@ assignees: - janetkuo - mikedanese title: Managing Resources +redirect_from: +- "/docs/user-guide/managing-deployments/" +- "/docs/user-guide/managing-deployments.html" --- You've deployed your application and exposed it via a service. Now what? Kubernetes provides a number of tools to help you manage your application deployment, including scaling and updating. Among the features we'll discuss in more depth are [configuration files](/docs/user-guide/configuring-containers/#configuration-in-kubernetes) and [labels](/docs/user-guide/deploying-applications/#labels). diff --git a/docs/concepts/configuration/overview.md b/docs/concepts/configuration/overview.md index 5233f1802d..06733a2104 100644 --- a/docs/concepts/configuration/overview.md +++ b/docs/concepts/configuration/overview.md @@ -2,6 +2,9 @@ assignees: - mikedanese title: Configuration Best Practices +redirect_from: +- "/docs/user-guide/config-best-practices/" +- "/docs/user-guide/config-best-practices.html" --- This document is meant to highlight and consolidate in one place configuration best practices that are introduced throughout the user-guide and getting-started documentation and examples. This is a living document so if you think of something that is not on this list but might be useful to others, please don't hesitate to file an issue or submit a PR. diff --git a/docs/concepts/workloads/controllers/garbage-collection.md b/docs/concepts/workloads/controllers/garbage-collection.md index 085fd1e168..a7edf06d35 100644 --- a/docs/concepts/workloads/controllers/garbage-collection.md +++ b/docs/concepts/workloads/controllers/garbage-collection.md @@ -3,6 +3,9 @@ title: Garbage Collection redirect_from: - "/docs/concepts/abstractions/controllers/garbage-collection/" - "/docs/concepts/abstractions/controllers/garbage-collection.html" +- "/docs/user-guide/garbage-collection/" +- "/docs/user-guide/garbage-collection.html" + --- {% capture overview %} diff --git a/docs/tasks/administer-cluster/share-configuration.md b/docs/tasks/administer-cluster/share-configuration.md index 28366b93f8..b33fd5cd64 100644 --- a/docs/tasks/administer-cluster/share-configuration.md +++ b/docs/tasks/administer-cluster/share-configuration.md @@ -3,6 +3,9 @@ assignees: - mikedanese - thockin title: Sharing Cluster Access with kubeconfig +redirect_from: +- "/docs/user-guide/sharing-clusters/" +- "/docs/user-guide/sharing-clusters.html" --- Client access to a running Kubernetes cluster can be shared by copying diff --git a/docs/tasks/run-application/rolling-update-replication-controller.md b/docs/tasks/run-application/rolling-update-replication-controller.md index 185f197147..695249e01e 100644 --- a/docs/tasks/run-application/rolling-update-replication-controller.md +++ b/docs/tasks/run-application/rolling-update-replication-controller.md @@ -2,6 +2,11 @@ assignees: - janetkuo title: Rolling Update Replication Controller +redirect_from: +- "/docs/user-guide/rolling-updates/" +- "/docs/user-guide/rolling-updates.html" +- "/docs/user-guide/update-demo/index/" +- "/docs/user-guide/update-demo/index.html" --- * TOC diff --git a/docs/tutorials/object-management-kubectl/object-management.md b/docs/tutorials/object-management-kubectl/object-management.md index 7251f1bfdc..eeecac419b 100644 --- a/docs/tutorials/object-management-kubectl/object-management.md +++ b/docs/tutorials/object-management-kubectl/object-management.md @@ -3,6 +3,8 @@ title: Kubernetes Object Management redirect_from: - "/docs/concepts/tools/kubectl/object-management-overview/" - "/docs/concepts/tools/kubectl/object-management-overview.html" +- "/docs/user-guide/working-with-resources/" +- "/docs/user-guide/working-with-resources.html" --- {% capture overview %} diff --git a/docs/tutorials/stateless-application/run-stateless-ap-replication-controller.md b/docs/tutorials/stateless-application/run-stateless-ap-replication-controller.md index b387e3379e..a20adf6513 100644 --- a/docs/tutorials/stateless-application/run-stateless-ap-replication-controller.md +++ b/docs/tutorials/stateless-application/run-stateless-ap-replication-controller.md @@ -2,6 +2,11 @@ assignees: - bprashanth title: Run Stateless AP Replication Controller +redirect_from: +- "/docs/user-guide/replication-controller/operations/" +- "/docs/user-guide/replication-controller/operations.html" +- "/docs/user-guide/resizing-a-replication-controller/" +- "/docs/user-guide/resizing-a-replication-controller.html" --- * TOC diff --git a/docs/user-guide/config-best-practices.md b/docs/user-guide/config-best-practices.md deleted file mode 100644 index 85f65a9c5a..0000000000 --- a/docs/user-guide/config-best-practices.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Best Practices for Configuration ---- - -{% include user-guide-content-moved.md %} - -[Configuration Overview](/docs/concepts/configuration/overview/) diff --git a/docs/user-guide/garbage-collection.md b/docs/user-guide/garbage-collection.md deleted file mode 100644 index 16f9380866..0000000000 --- a/docs/user-guide/garbage-collection.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -assignees: -- caesarxuchao -title: Garbage Collection (Beta) ---- - -{% include user-guide-content-moved.md %} - -[Garbage Collection](/docs/concepts/abstractions/controllers/garbage-collection/) diff --git a/docs/user-guide/kubeconfig-file.md b/docs/user-guide/kubeconfig-file.md deleted file mode 100644 index cd8a5f875d..0000000000 --- a/docs/user-guide/kubeconfig-file.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Authenticating Across Clusters with kubeconfig ---- - -{% include user-guide-content-moved.md %} - -[Authenticating Across Clusters with kubeconfig](/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig/) diff --git a/docs/user-guide/managing-deployments.md b/docs/user-guide/managing-deployments.md deleted file mode 100644 index 84215a44bf..0000000000 --- a/docs/user-guide/managing-deployments.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Managing Resources ---- - -{% include user-guide-content-moved.md %} -[Managing Resources](/docs/concepts/cluster-administration/manage-deployment/) - diff --git a/docs/user-guide/replication-controller/operations.md b/docs/user-guide/replication-controller/operations.md deleted file mode 100644 index d3d4697400..0000000000 --- a/docs/user-guide/replication-controller/operations.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Replication Controller Operations ---- - -{% include user-guide-content-moved.md %} -[Run Stateless AP Replication Controller](/docs/tutorials/stateless-application/run-stateless-ap-replication-controller/) diff --git a/docs/user-guide/resizing-a-replication-controller.md b/docs/user-guide/resizing-a-replication-controller.md deleted file mode 100644 index 156841d586..0000000000 --- a/docs/user-guide/resizing-a-replication-controller.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -assignees: -- bprashanth -title: Resizing a Replication Controller ---- - -{% include user-guide-content-moved.md %} -[Run Stateless AP Replication Controller](/docs/tutorials/stateless-application/run-stateless-ap-replication-controller/#resizing-a-replication-controller) diff --git a/docs/user-guide/rolling-updates.md b/docs/user-guide/rolling-updates.md deleted file mode 100644 index 996f613c9f..0000000000 --- a/docs/user-guide/rolling-updates.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Rolling Updates ---- - -{% include user-guide-content-moved.md %} -[Rolling Update Replication Controller](/docs/tasks/run-application/rolling-update-replication-controller/) diff --git a/docs/user-guide/sharing-clusters.md b/docs/user-guide/sharing-clusters.md deleted file mode 100644 index 2477cd9df6..0000000000 --- a/docs/user-guide/sharing-clusters.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Sharing Cluster Access with kubeconfig ---- - -{% include user-guide-content-moved.md %} - -[Sharing Cluster Access with kubeconfig](/docs/tasks/administer-cluster/share-configuration/) diff --git a/docs/user-guide/update-demo/index.md b/docs/user-guide/update-demo/index.md deleted file mode 100644 index 610c884f24..0000000000 --- a/docs/user-guide/update-demo/index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Rolling Update Demo ---- - -{% include user-guide-content-moved.md %} -[Rolling Update Replication Controller](/docs/tasks/run-application/rolling-update-replication-controller/) diff --git a/docs/user-guide/working-with-resources.md b/docs/user-guide/working-with-resources.md deleted file mode 100644 index 7b55db4e25..0000000000 --- a/docs/user-guide/working-with-resources.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -assignees: -- mikedanese -- thockin -title: Using kubectl to Manage Resources ---- - -{% include user-guide-content-moved.md %} - -[Kubernetes Object Management](/docs/concepts/tools/kubectl/object-management-overview/)