From 7798daaa91d33761f8eefa468491a951bc2517b6 Mon Sep 17 00:00:00 2001 From: Prasad Katti Date: Wed, 22 Apr 2020 18:49:25 -0700 Subject: [PATCH] Remove 'kubeadm alpha kubelet config download' Remove `kubeadm alpha kubelet config download` from 'kubeadm alpha' reference page. --- .../kubeadm_alpha_kubelet_config_download.md | 78 ------------------- .../setup-tools/kubeadm/kubeadm-alpha.md | 6 +- 2 files changed, 2 insertions(+), 82 deletions(-) delete mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_kubelet_config_download.md 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 >}}