Skip to content

Commit 8f3212c

Browse files
authored
Merge pull request #21019 from prasadkatti/patch-1
Use feature state Hugo shortcode
2 parents 87d71a1 + 7531741 commit 8f3212c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/en/docs/reference/setup-tools/kubeadm/implementation-details.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ deadlock conditions, kubeadm fails fast if `localhost:10255/healthz` (kubelet li
325325
kubeadm relies on the kubelet to pull the control plane images and run them properly as static Pods.
326326
After the control plane is up, kubeadm completes the tasks described in following paragraphs.
327327

328-
### (optional and alpha in v1.9) Write base kubelet configuration
328+
### (optional) Write base kubelet configuration
329+
{{< feature-state for_k8s_version="v1.9" state="alpha" >}}
329330

330331
If kubeadm is invoked with `--feature-gates=DynamicKubeletConfig`:
331332

@@ -516,7 +517,8 @@ Please note that:
516517
access to CSR api during the `kubeadm init` process
517518
- The automatic CSR approval is managed by the csrapprover controller, according with configuration done the `kubeadm init` process
518519

519-
### (optional and alpha in v1.9) Write init kubelet configuration
520+
### (optional) Write init kubelet configuration
521+
{{< feature-state for_k8s_version="v1.9" state="alpha" >}}
520522

521523
If kubeadm is invoked with `--feature-gates=DynamicKubeletConfig`:
522524

0 commit comments

Comments
 (0)