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