Remove 'kubeadm alpha kubelet config download'

Remove `kubeadm alpha kubelet config download` from 'kubeadm alpha' reference page.
This commit is contained in:
Prasad Katti
2020-04-22 18:49:25 -07:00
parent 16e460faa1
commit 7798daaa91
2 changed files with 2 additions and 82 deletions
@@ -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 >}}