fix typo in doc kubeadm-alpha
parent
76fcf1b792
commit
e8e8381af2
|
@ -9,7 +9,7 @@ title: kubeadm alpha
|
||||||
from the community. Please try it out and give us feedback!
|
from the community. Please try it out and give us feedback!
|
||||||
{: .caution}
|
{: .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),
|
`kubeadm alpha phase` is consistent with [kubeadm init workflow](kubeadm-init.md#init-workflow),
|
||||||
and behind the scene both use the same code.
|
and behind the scene both use the same code.
|
||||||
|
|
Loading…
Reference in New Issue