From cb042d45b277396de6b7f0c81cb1bf0d32e34284 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Sat, 15 Apr 2017 05:59:22 +0800 Subject: [PATCH] Fix broken link:kubeadm.md Fix broken link:kubeadm.md --- 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 d43af657e3..cf51a98a38 100644 --- a/docs/admin/kubeadm.md +++ b/docs/admin/kubeadm.md @@ -350,7 +350,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/admin/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.