From 57d52c61cdd6bcff81308385b2afef2fb6f1f60e Mon Sep 17 00:00:00 2001 From: zhengchuan hu Date: Thu, 12 Oct 2017 10:59:40 +0800 Subject: [PATCH] Fix broken url --- cmd/kubeadm/app/cmd/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubeadm/app/cmd/init.go b/cmd/kubeadm/app/cmd/init.go index 591dff1dc31..2c8f6b7f13a 100644 --- a/cmd/kubeadm/app/cmd/init.go +++ b/cmd/kubeadm/app/cmd/init.go @@ -73,7 +73,7 @@ var ( You should now deploy a pod network to the cluster. Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: - http://kubernetes.io/docs/admin/addons/ + https://kubernetes.io/docs/concepts/cluster-administration/addons/ You can now join any number of machines by running the following on each node as root: