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 99ca404fdb..38dc52bfb3 100644 --- a/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md +++ b/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md @@ -8,6 +8,9 @@ content_template: templates/concept weight: 100 --- {{% capture overview %}} + +{{< feature-state for_k8s_version="v1.10" state="stable" >}} + `kubeadm init` and `kubeadm join` together provides a nice user experience for creating a best-practice but bare Kubernetes cluster from scratch. However, it might not be obvious _how_ kubeadm does that.