Skip to content

Commit 09115bd

Browse files
authored
Merge pull request kubernetes#127115 from chenk008/fix_upload-config_example
Correct kubeadm init phase upload-config kubeadm example
2 parents 9595667 + ea2b03f commit 09115bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/cmd/phases/init/uploadconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var (
4545

4646
uploadKubeadmConfigExample = cmdutil.Examples(`
4747
# upload the configuration of your cluster
48-
kubeadm init phase upload-config --config=myConfig.yaml
48+
kubeadm init phase upload-config kubeadm --config=myConfig.yaml
4949
`)
5050

5151
uploadKubeletConfigLongDesc = cmdutil.LongDesc(`

0 commit comments

Comments
 (0)