mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Fix incorrect link in kubeadm
This commit is contained in:
parent
cea1af38e2
commit
fc8a9696ed
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user