From 7d0b16249201fa34cc5f08827c15ea9cdf3175ce Mon Sep 17 00:00:00 2001 From: Drinky Pool Date: Thu, 11 Jan 2018 14:56:47 +0800 Subject: [PATCH] dulplicated sentences remove dulplicated sentences --- docs/reference/setup-tools/kubeadm/kubeadm-init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup-tools/kubeadm/kubeadm-init.md b/docs/reference/setup-tools/kubeadm/kubeadm-init.md index a3ea346a1a..883ef8aa01 100755 --- a/docs/reference/setup-tools/kubeadm/kubeadm-init.md +++ b/docs/reference/setup-tools/kubeadm/kubeadm-init.md @@ -251,7 +251,7 @@ Here's a breakdown of what/why: tells the kubelet where the API server is. This file also has the kubelet's credentials. * `--pod-manifest-path=/etc/kubernetes/manifests` specifies from where to read - static Pod manifests used for starting the control plane the control plane. + static Pod manifests used for starting the control plane. * `--allow-privileged=true` allows this kubelet to run privileged Pods. * `--network-plugin=cni` uses CNI networking. * `--cni-conf-dir=/etc/cni/net.d` specifies where to look for the