diff --git a/content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_kubelet_config_download.md b/content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_kubelet_config_download.md
deleted file mode 100644
index a6e3b6f969..0000000000
--- a/content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_kubelet_config_download.md
+++ /dev/null
@@ -1,78 +0,0 @@
-
-### Synopsis
-
-
-Download the kubelet configuration from a ConfigMap of the form "kubelet-config-1.X" in the cluster, where X is the minor version of the kubelet. Either kubeadm autodetects the kubelet version by exec-ing "kubelet --version" or respects the --kubelet-version parameter.
-
-Alpha Disclaimer: this command is currently alpha.
-
-```
-kubeadm alpha kubelet config download [flags]
-```
-
-### Examples
-
-```
- # Download the kubelet configuration from the ConfigMap in the cluster. Autodetect the kubelet version.
- kubeadm alpha phase 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 1.17.0
-```
-
-### Options
-
-
-
-
-
-
-
-
-
- | -h, --help |
-
-
- | help for download |
-
-
-
- | --kubeconfig string Default: "/etc/kubernetes/admin.conf" |
-
-
- | The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file. |
-
-
-
- | --kubelet-version string |
-
-
- | The desired version for the kubelet. Defaults to being autodetected from 'kubelet --version'. |
-
-
-
-
-
-
-
-### Options inherited from parent commands
-
-
-
-
-
-
-
-
-
- | --rootfs string |
-
-
- | [EXPERIMENTAL] The path to the 'real' host root filesystem. |
-
-
-
-
-
-
-
diff --git a/content/en/docs/reference/setup-tools/kubeadm/kubeadm-alpha.md b/content/en/docs/reference/setup-tools/kubeadm/kubeadm-alpha.md
index 91d6dc981c..c2356ed966 100644
--- a/content/en/docs/reference/setup-tools/kubeadm/kubeadm-alpha.md
+++ b/content/en/docs/reference/setup-tools/kubeadm/kubeadm-alpha.md
@@ -60,13 +60,11 @@ The `user` subcommand can be used for the creation of kubeconfig files for addit
## kubeadm alpha kubelet config {#cmd-phase-kubelet}
-Use the following commands to either download the kubelet configuration from the cluster or
-to enable the DynamicKubeletConfiguration feature.
+Use the following command to enable the DynamicKubeletConfiguration feature.
{{< tabs name="tab-kubelet" >}}
{{< tab name="kubelet" include="generated/kubeadm_alpha_kubelet.md" />}}
-{{< tab name="download" include="generated/kubeadm_alpha_kubelet_config_download.md" />}}
-{{< tab name="enable-dynamic" include="generated/kubeadm_alpha_kubelet_config_download.md" />}}
+{{< tab name="enable-dynamic" include="generated/kubeadm_alpha_kubelet_config_enable-dynamic.md" />}}
{{< /tabs >}}