kubeadm: add feature state in implementation-details.md (#9151)

implementation-details.md is outdated for k8s 1.11.
Add feature state that this page applies to k8s 1.10.

The page should be updated for k8s 1.11 in a later stage
in the release cycle.
This commit is contained in:
Lubomir I. Ivanov 2018-06-20 15:39:09 +03:00 committed by k8s-ci-robot
parent eda181dec4
commit f3f6b39bbe
1 changed files with 3 additions and 0 deletions

View File

@ -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.