Fix incorrect link in kubeadm

This commit is contained in:
zhengchuan hu 2017-09-25 23:15:20 +08:00
parent cea1af38e2
commit fc8a9696ed

View File

@ -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. 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)". - 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" // Without this callback, if a user runs just the "token"