We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de63a8 commit ea2b03fCopy full SHA for ea2b03f
cmd/kubeadm/app/cmd/phases/init/uploadconfig.go
@@ -45,7 +45,7 @@ var (
45
46
uploadKubeadmConfigExample = cmdutil.Examples(`
47
# upload the configuration of your cluster
48
- kubeadm init phase upload-config --config=myConfig.yaml
+ kubeadm init phase upload-config kubeadm --config=myConfig.yaml
49
`)
50
51
uploadKubeletConfigLongDesc = cmdutil.LongDesc(`
0 commit comments