Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reference to install-kubeadm docs #9573

Merged
merged 1 commit into from
Jul 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/reference/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}

Expand Down
1 change: 0 additions & 1 deletion static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down