mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +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.
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user