From 216734a813c2d5927900ec01ac5de88743a5f599 Mon Sep 17 00:00:00 2001 From: William Chang Date: Thu, 6 Apr 2017 07:15:50 +0800 Subject: [PATCH] Fix the kubeadm getting-started-guides link. (#3201) * Fix the kubeadm getting-started-guides link. * Change the url, use the root of the site as the base. --- docs/admin/kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/kubeadm.md b/docs/admin/kubeadm.md index 740aed596a..9b73d7e3fd 100644 --- a/docs/admin/kubeadm.md +++ b/docs/admin/kubeadm.md @@ -348,7 +348,7 @@ docs](/docs/admin/bootstrap-tokens/). ## Automating kubeadm Rather than copying the token you obtained from `kubeadm init` to each node, as -in the [basic kubeadm tutorial](docs/getting-started-guides/kubeadm/), you can +in the [basic kubeadm tutorial](/docs/getting-started-guides/kubeadm/), you can parallelize the token distribution for easier automation. To implement this automation, you must know the IP address that the master will have after it is started.