From e8e8381af24e74b3db428b42e1bb5c09705dfec1 Mon Sep 17 00:00:00 2001 From: lichuqiang Date: Thu, 11 Jan 2018 18:41:50 +0800 Subject: [PATCH] fix typo in doc kubeadm-alpha --- docs/reference/setup-tools/kubeadm/kubeadm-alpha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup-tools/kubeadm/kubeadm-alpha.md b/docs/reference/setup-tools/kubeadm/kubeadm-alpha.md index 550f3a872b..8a31cee337 100755 --- a/docs/reference/setup-tools/kubeadm/kubeadm-alpha.md +++ b/docs/reference/setup-tools/kubeadm/kubeadm-alpha.md @@ -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.