mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 22:05:59 +00:00
Fix: kubeadm init phase upload-config kubeadm example
This commit is contained in:
parent
7de63a887f
commit
ea2b03fff3
@ -45,7 +45,7 @@ var (
|
|||||||
|
|
||||||
uploadKubeadmConfigExample = cmdutil.Examples(`
|
uploadKubeadmConfigExample = cmdutil.Examples(`
|
||||||
# upload the configuration of your cluster
|
# upload the configuration of your cluster
|
||||||
kubeadm init phase upload-config --config=myConfig.yaml
|
kubeadm init phase upload-config kubeadm --config=myConfig.yaml
|
||||||
`)
|
`)
|
||||||
|
|
||||||
uploadKubeletConfigLongDesc = cmdutil.LongDesc(`
|
uploadKubeletConfigLongDesc = cmdutil.LongDesc(`
|
||||||
|
Loading…
Reference in New Issue
Block a user