We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a4e66 commit 09ede2fCopy full SHA for 09ede2f
cmd/kubeadm/app/cmd/alpha/kubelet.go
@@ -40,10 +40,10 @@ var (
40
41
kubeletConfigDownloadExample = cmdutil.Examples(fmt.Sprintf(`
42
# Download the kubelet configuration from the ConfigMap in the cluster. Autodetect the kubelet version.
43
- kubeadm alpha phase kubelet config download
+ kubeadm alpha kubelet config download
44
45
# 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
+ kubeadm alpha kubelet config download --kubelet-version %s
47
`, constants.CurrentKubernetesVersion))
48
49
kubeletConfigEnableDynamicLongDesc = cmdutil.LongDesc(`
0 commit comments