From 75317419b93837549a0757d20e4fe35a65c05b04 Mon Sep 17 00:00:00 2001 From: Prasad Katti Date: Sat, 16 May 2020 10:15:46 -0700 Subject: [PATCH] Use feature state Hugo shortcode --- .../reference/setup-tools/kubeadm/implementation-details.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md b/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md index 380838b179..a0aa304217 100644 --- a/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md +++ b/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md @@ -325,7 +325,8 @@ deadlock conditions, kubeadm fails fast if `localhost:10255/healthz` (kubelet li kubeadm relies on the kubelet to pull the control plane images and run them properly as static Pods. After the control plane is up, kubeadm completes the tasks described in following paragraphs. -### (optional and alpha in v1.9) Write base kubelet configuration +### (optional) Write base kubelet configuration +{{< feature-state for_k8s_version="v1.9" state="alpha" >}} If kubeadm is invoked with `--feature-gates=DynamicKubeletConfig`: @@ -516,7 +517,8 @@ Please note that: access to CSR api during the `kubeadm init` process - The automatic CSR approval is managed by the csrapprover controller, according with configuration done the `kubeadm init` process -### (optional and alpha in v1.9) Write init kubelet configuration +### (optional) Write init kubelet configuration +{{< feature-state for_k8s_version="v1.9" state="alpha" >}} If kubeadm is invoked with `--feature-gates=DynamicKubeletConfig`: