fix some typos in kubeadm init (#14864)

This commit is contained in:
Anthony Dahanne
2019-06-13 21:50:22 -04:00
committed by Kubernetes Prow Robot
parent c2ecd93437
commit 02d963d5fc
@@ -69,8 +69,8 @@ following steps:
1. Installs a DNS server (CoreDNS) and the kube-proxy addon components via the API server. 1. Installs a DNS server (CoreDNS) and the kube-proxy addon components via the API server.
In Kubernetes version 1.11 and later CoreDNS is the default DNS server. In Kubernetes version 1.11 and later CoreDNS is the default DNS server.
To install kube-dns instead of CoreDNS, the DNS addon has to configured in the kubeadm `ClusterConfiguration`. For more information about the configuration see the section To install kube-dns instead of CoreDNS, the DNS addon has to be configured in the kubeadm `ClusterConfiguration`. For more information about the configuration see the section
`Using kubeadm init with a configuration file` bellow. `Using kubeadm init with a configuration file` below.
Please note that although the DNS server is deployed, it will not be scheduled until CNI is installed. Please note that although the DNS server is deployed, it will not be scheduled until CNI is installed.
### Using init phases with kubeadm {#init-phases} ### Using init phases with kubeadm {#init-phases}