Merge pull request #85907 from bogard1203/patch-1

Deleted extra 'phase' in command example
This commit is contained in:
Kubernetes Prow Robot 2019-12-04 13:29:10 -08:00 committed by GitHub
commit ed108e9a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,10 +40,10 @@ var (
kubeletConfigDownloadExample = cmdutil.Examples(fmt.Sprintf(`
# Download the kubelet configuration from the ConfigMap in the cluster. Autodetect the kubelet version.
kubeadm alpha phase kubelet config download
kubeadm alpha kubelet config download
# Download the kubelet configuration from the ConfigMap in the cluster. Use a specific desired kubelet version.
kubeadm alpha phase kubelet config download --kubelet-version %s
kubeadm alpha kubelet config download --kubelet-version %s
`, constants.CurrentKubernetesVersion))
kubeletConfigEnableDynamicLongDesc = cmdutil.LongDesc(`