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:
parent
eda181dec4
commit
f3f6b39bbe
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue