fix typo in doc kubeadm-alpha

pull/6933/head
lichuqiang 2018-01-11 18:41:50 +08:00
parent 76fcf1b792
commit e8e8381af2
1 changed files with 1 additions and 1 deletions

View File

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