From 184ed9429f0c2f681e9351c0398b558b4252a5bc Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Mon, 24 Apr 2017 19:46:40 -0700 Subject: [PATCH] Deprecation complete: whatis k8s ... (#3510) * Deprecation complete: whatis k8s ... * Fix redirect source. --- .../concepts/cluster-administration/access-cluster.md | 3 +++ docs/concepts/overview/what-is-kubernetes.md | 3 +++ docs/tasks/web-ui-dashboard.md | 3 +++ docs/user-guide/accessing-the-cluster.md | 10 ---------- docs/user-guide/ui.md | 11 ----------- docs/whatisk8s.md | 10 ---------- 6 files changed, 9 insertions(+), 31 deletions(-) delete mode 100644 docs/user-guide/accessing-the-cluster.md delete mode 100644 docs/user-guide/ui.md delete mode 100644 docs/whatisk8s.md diff --git a/docs/concepts/cluster-administration/access-cluster.md b/docs/concepts/cluster-administration/access-cluster.md index 5d98a3a609..6c54f6dd71 100644 --- a/docs/concepts/cluster-administration/access-cluster.md +++ b/docs/concepts/cluster-administration/access-cluster.md @@ -1,5 +1,8 @@ --- title: Accessing Clusters +redirect_from: +- "/docs/user-guide/accessing-the-cluster/" +- "/docs/user-guide/accessing-the-cluster.html" --- * TOC diff --git a/docs/concepts/overview/what-is-kubernetes.md b/docs/concepts/overview/what-is-kubernetes.md index e889193fe5..b4159f4d31 100644 --- a/docs/concepts/overview/what-is-kubernetes.md +++ b/docs/concepts/overview/what-is-kubernetes.md @@ -3,6 +3,9 @@ assignees: - bgrant0607 - mikedanese title: What is Kubernetes? +redirect_from: +- "/docs/whatisk8s/" +- "/docs/whatisk8s.html" --- Kubernetes is an [open-source platform for automating deployment, scaling, and operations of application containers](http://www.slideshare.net/BrianGrant11/wso2con-us-2015-kubernetes-a-platform-for-automating-deployment-scaling-and-operations) across clusters of hosts, providing container-centric infrastructure. diff --git a/docs/tasks/web-ui-dashboard.md b/docs/tasks/web-ui-dashboard.md index 52010c933b..3d5bca6f09 100644 --- a/docs/tasks/web-ui-dashboard.md +++ b/docs/tasks/web-ui-dashboard.md @@ -4,6 +4,9 @@ assignees: - mikedanese - rf232 title: Web UI (Dashboard) +redirect_from: +- "/docs/user-guide/ui/" +- "/docs/user-guide/ui.html" --- Dashboard is a web-based Kubernetes user interface. You can use Dashboard to deploy containerized applications to a Kubernetes cluster, troubleshoot your containerized application, and manage the cluster itself along with its attendant resources. You can use Dashboard to get an overview of applications running on your cluster, as well as for creating or modifying individual Kubernetes resources (such as Deployments, Jobs, DaemonSets, etc). For example, you can scale a Deployment, initiate a rolling update, restart a pod or deploy new applications using a deploy wizard. diff --git a/docs/user-guide/accessing-the-cluster.md b/docs/user-guide/accessing-the-cluster.md deleted file mode 100644 index 53bcd7b926..0000000000 --- a/docs/user-guide/accessing-the-cluster.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -assignees: -- lavalamp -- mikedanese -title: Accessing Clusters ---- - -{% include user-guide-content-moved.md %} - -[Accessing Clusters](/docs/concepts/cluster-administration/access-cluster/) \ No newline at end of file diff --git a/docs/user-guide/ui.md b/docs/user-guide/ui.md deleted file mode 100644 index 7582c7c8dd..0000000000 --- a/docs/user-guide/ui.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -assignees: -- bryk -- mikedanese -- rf232 -title: Web UI (Dashboard) ---- - -{% include user-guide-content-moved.md %} - -[Web UI (Dashboard)](/docs/tasks/web-ui-dashboard/) diff --git a/docs/whatisk8s.md b/docs/whatisk8s.md deleted file mode 100644 index 0b81cc80c5..0000000000 --- a/docs/whatisk8s.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -assignees: -- bgrant0607 -- mikedanese -title: What is Kubernetes? ---- - -{% include user-guide-content-moved.md %} - -[What is Kubernetes?](/docs/concepts/overview/what-is-kubernetes/)