mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Merge pull request #127115 from chenk008/fix_upload-config_example
Correct kubeadm init phase upload-config kubeadm example
This commit is contained in:
commit
09115bd093
@ -45,7 +45,7 @@ var (
|
||||
|
||||
uploadKubeadmConfigExample = cmdutil.Examples(`
|
||||
# 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(`
|
||||
|
Loading…
Reference in New Issue
Block a user