From 02d963d5fc97e66dc21c8d0f8c26660de751b694 Mon Sep 17 00:00:00 2001 From: Anthony Dahanne Date: Thu, 13 Jun 2019 21:50:22 -0400 Subject: [PATCH] fix some typos in kubeadm init (#14864) --- content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md b/content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md index 73d30f6b9c..7b473188ad 100644 --- a/content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md +++ b/content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md @@ -69,8 +69,8 @@ following steps: 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. - 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 - `Using kubeadm init with a configuration file` bellow. + 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` below. 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}