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

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