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.
2 parents 9595667 + ea2b03f commit 09115bdCopy full SHA for 09115bd
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