mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #103249 from wangyysde/update-kubeadm-help-msg
correct example command of kubeadm help
This commit is contained in:
commit
bb309b5706
@ -86,7 +86,7 @@ var (
|
||||
`)
|
||||
generateCSRExample = cmdutil.Examples(`
|
||||
# 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