From e41629ce7fd4be59d341cd1412e8376e10e39e43 Mon Sep 17 00:00:00 2001 From: tengqm Date: Fri, 15 Jun 2018 01:33:30 +0000 Subject: [PATCH] Fix a typo in kubeadm genearted doc --- cmd/kubeadm/app/cmd/phases/addons.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/kubeadm/app/cmd/phases/addons.go b/cmd/kubeadm/app/cmd/phases/addons.go index 26ce873ab9e..1b0a4b756a5 100644 --- a/cmd/kubeadm/app/cmd/phases/addons.go +++ b/cmd/kubeadm/app/cmd/phases/addons.go @@ -39,12 +39,12 @@ import ( var ( allAddonsLongDesc = normalizer.LongDesc(` - Installs the CoreDNS and the kube-proxys addons components via the API server. + Installs the CoreDNS and the kube-proxy addons components via the API server. Please note that although the DNS server is deployed, it will not be scheduled until CNI is installed. ` + cmdutil.AlphaDisclaimer) allAddonsExample = normalizer.Examples(` - # Installs the CoreDNS and the kube-proxys addons components via the API server, + # Installs the CoreDNS and the kube-proxy addons components via the API server, # functionally equivalent to what installed by kubeadm init. kubeadm alpha phase selfhosting from-staticpods