Skip to content

Commit

Permalink
Fix: kubeadm init phase upload-config kubeadm example
Browse files Browse the repository at this point in the history
  • Loading branch information
chenk008 committed Sep 4, 2024
1 parent 7de63a8 commit ea2b03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubeadm/app/cmd/phases/init/uploadconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(`
Expand Down

0 comments on commit ea2b03f

Please sign in to comment.