Skip to content

Commit ed108e9

Browse files
authored
Merge pull request kubernetes#85907 from bogard1203/patch-1
Deleted extra 'phase' in command example
2 parents 72ff530 + 09ede2f commit ed108e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/kubeadm/app/cmd/alpha/kubelet.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ var (
4040

4141
kubeletConfigDownloadExample = cmdutil.Examples(fmt.Sprintf(`
4242
# Download the kubelet configuration from the ConfigMap in the cluster. Autodetect the kubelet version.
43-
kubeadm alpha phase kubelet config download
43+
kubeadm alpha kubelet config download
4444
4545
# Download the kubelet configuration from the ConfigMap in the cluster. Use a specific desired kubelet version.
46-
kubeadm alpha phase kubelet config download --kubelet-version %s
46+
kubeadm alpha kubelet config download --kubelet-version %s
4747
`, constants.CurrentKubernetesVersion))
4848

4949
kubeletConfigEnableDynamicLongDesc = cmdutil.LongDesc(`

0 commit comments

Comments
 (0)