Skip to content

Commit ea2b03f

Browse files
committed
Fix: kubeadm init phase upload-config kubeadm example
1 parent 7de63a8 commit ea2b03f

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)