From 05e31068da6aa5a90fcf4c16ceba347dd261771c Mon Sep 17 00:00:00 2001 From: AdamDang Date: Wed, 2 Jan 2019 22:10:57 +0800 Subject: [PATCH] Typo fix: control plan->control plane Typo fix: control plan->control plane --- cmd/kubeadm/app/cmd/alpha/certs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubeadm/app/cmd/alpha/certs.go b/cmd/kubeadm/app/cmd/alpha/certs.go index 08ee5294d2..dfba33209d 100644 --- a/cmd/kubeadm/app/cmd/alpha/certs.go +++ b/cmd/kubeadm/app/cmd/alpha/certs.go @@ -40,7 +40,7 @@ var ( Extra attributes such as SANs will be based on the existing certificates, there is no need to resupply them. `) allLongDesc = normalizer.LongDesc(` - Renews all known certificates necessary to run the control plan. Renewals are run unconditionally, regardless + Renews all known certificates necessary to run the control plane. Renewals are run unconditionally, regardless of expiration date. Renewals can also be run individually for more control. `) )