Merge pull request #127115 from chenk008/fix_upload-config_example

Correct kubeadm init phase upload-config kubeadm example
This commit is contained in:
Kubernetes Prow Robot 2024-09-04 11:39:08 +01:00 committed by GitHub
commit 09115bd093
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(`