From bf83c8062e7d3db06a933de56aa3f2e3abb8e24c Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Thu, 19 Jul 2018 13:04:06 +0800 Subject: [PATCH] Fix reference to install-kubeadm docs The install-kubeadm doc has recently been moved from tasks to setup. Fix the references and remove an incorrect redict. --- content/en/docs/reference/tools.md | 2 +- content/en/docs/setup/independent/setup-ha-etcd-with-kubeadm.md | 2 +- static/_redirects | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/docs/reference/tools.md b/content/en/docs/reference/tools.md index dea1a8b13dff8..c5177a45c9739 100644 --- a/content/en/docs/reference/tools.md +++ b/content/en/docs/reference/tools.md @@ -16,7 +16,7 @@ Kubernetes contains several built-in tools to help you work with the Kubernetes ## Kubeadm -[`kubeadm`](/docs/tasks/tools/install-kubeadm/) is the command line tool for easily provisioning a secure Kubernetes cluster on top of physical or cloud servers or virtual machines (currently in alpha). +[`kubeadm`](/docs/setup/independent/install-kubeadm/) is the command line tool for easily provisioning a secure Kubernetes cluster on top of physical or cloud servers or virtual machines (currently in alpha). ## Kubefed diff --git a/content/en/docs/setup/independent/setup-ha-etcd-with-kubeadm.md b/content/en/docs/setup/independent/setup-ha-etcd-with-kubeadm.md index 039ca2637a94b..65a2897233030 100644 --- a/content/en/docs/setup/independent/setup-ha-etcd-with-kubeadm.md +++ b/content/en/docs/setup/independent/setup-ha-etcd-with-kubeadm.md @@ -26,7 +26,7 @@ when using kubeadm to set up a kubernetes cluster. * Some infrastructure to copy files between hosts. For example `ssh` and `scp` can satisfy this requirement. -[toolbox]: /docs/tasks/tools/install-kubeadm/ +[toolbox]: /docs/setup/independent/install-kubeadm/ {{% /capture %}} diff --git a/static/_redirects b/static/_redirects index 5d566275da5e8..1f432f31ab02d 100644 --- a/static/_redirects +++ b/static/_redirects @@ -224,7 +224,6 @@ /docs/roadmap/ https://github.com/kubernetes/kubernetes/milestones/ 301 /docs/samples/ /docs/tutorials/ 301 -/docs/setup/independent/install-kubeadm/ /docs/tasks/tools/install-kubeadm/ 301 /docs/stable/user-guide/labels/ /docs/concepts/overview/working-with-objects/labels/ 301 /docs/tasks/access-application-cluster/access-cluster.md /docs/tasks/access-application-cluster/access-cluster/ 301