Merge pull request #6933 from lichuqiang/website_typo

fix typo in doc kubeadm-alpha
This commit is contained in:
Qiming
2018-01-11 20:11:07 +08:00
committed by GitHub
@@ -9,7 +9,7 @@ title: kubeadm alpha
from the community. Please try it out and give us feedback!
{: .caution}
In v1.8.0, kubeadm introduced the `kubeadm alpha phase` command with the aim of making kubeadm more modular. This modularity enables you to invoke atomic sub-steps of the boostrap process; you can let kubeadm do some parts and fill in yourself where you need customizations.
In v1.8.0, kubeadm introduced the `kubeadm alpha phase` command with the aim of making kubeadm more modular. This modularity enables you to invoke atomic sub-steps of the bootstrap process; you can let kubeadm do some parts and fill in yourself where you need customizations.
`kubeadm alpha phase` is consistent with [kubeadm init workflow](kubeadm-init.md#init-workflow),
and behind the scene both use the same code.