From fc8a9696ed2e13846fcad7d8d7a5b02d95289088 Mon Sep 17 00:00:00 2001 From: zhengchuan hu Date: Mon, 25 Sep 2017 23:15:20 +0800 Subject: [PATCH] Fix incorrect link in kubeadm --- cmd/kubeadm/app/cmd/token.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/kubeadm/app/cmd/token.go b/cmd/kubeadm/app/cmd/token.go index 945ff215ef4..d25a81792a1 100644 --- a/cmd/kubeadm/app/cmd/token.go +++ b/cmd/kubeadm/app/cmd/token.go @@ -70,9 +70,9 @@ func NewCmdToken(out io.Writer, errW io.Writer) *cobra.Command { and the latter is the Token Secret, which must be kept private at all circumstances. - The name of the Secret must be named "bootstrap-token-(token-id)". - You can read more about Bootstrap Tokens in this proposal: + You can read more about Bootstrap Tokens here: - https://git.k8s.io/community/contributors/design-proposals/bootstrap-discovery.md + https://kubernetes.io/docs/admin/bootstrap-tokens/ `), // Without this callback, if a user runs just the "token"