mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
correct example command of kubeadm help
Signed-off-by: wangyysde <net_use@bzhy.com>
This commit is contained in:
parent
d9ef459918
commit
39a373b162
@ -86,7 +86,7 @@ var (
|
|||||||
`)
|
`)
|
||||||
generateCSRExample = cmdutil.Examples(`
|
generateCSRExample = cmdutil.Examples(`
|
||||||
# The following command will generate keys and CSRs for all control-plane certificates and kubeconfig files:
|
# The following command will generate keys and CSRs for all control-plane certificates and kubeconfig files:
|
||||||
kubeadm alpha certs generate-csr --kubeconfig-dir /tmp/etc-k8s --cert-dir /tmp/etc-k8s/pki
|
kubeadm certs generate-csr --kubeconfig-dir /tmp/etc-k8s --cert-dir /tmp/etc-k8s/pki
|
||||||
`)
|
`)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user