mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
fix typo - it should be ca.crt instead of ca.cert
This commit is contained in:
@@ -42,7 +42,7 @@ var (
|
||||
`+cmdutil.AlphaDisclaimer), kubeadmconstants.ServiceAccountPrivateKeyName, kubeadmconstants.ServiceAccountPublicKeyName)
|
||||
|
||||
genericLongDesc = cmdutil.LongDesc(`
|
||||
Generate the %[1]s, and save them into %[2]s.cert and %[2]s.key files.%[3]s
|
||||
Generate the %[1]s, and save them into %[2]s.crt and %[2]s.key files.%[3]s
|
||||
|
||||
If both files already exist, kubeadm skips the generation step and existing files will be used.
|
||||
` + cmdutil.AlphaDisclaimer)
|
||||
|
Reference in New Issue
Block a user