Skip to content

Commit

Permalink
Merge pull request kubernetes#127115 from chenk008/fix_upload-config_…
Browse files Browse the repository at this point in the history
…example

Correct kubeadm init phase upload-config kubeadm example
  • Loading branch information
k8s-ci-robot authored Sep 4, 2024
2 parents 9595667 + ea2b03f commit 09115bd
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 09115bd

Please sign in to comment.