Remove 'kubeadm alpha kubelet config download' for zh

This commit is contained in:
Dominic Yin
2020-09-30 18:23:02 +08:00
parent 6d73873e19
commit f2d5227067
2 changed files with 3 additions and 134 deletions
@@ -84,15 +84,13 @@ 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.
-->
使用以下命令从集群中下载 kubelet 配置或启用 DynamicKubeletConfiguration 功能。
使用以下命令启用 DynamicKubeletConfiguration 功能。
{{< 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 >}}