mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Deleted extra 'phase' in command example
Deleted extra 'phase' for 'kubeadm alpha kubelet config' command
This commit is contained in:
parent
97a4e6683e
commit
09ede2fd98
@ -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(`
|
||||
|
Loading…
Reference in New Issue
Block a user