From 250d00d8dc332e9f0786973e203ec18ed11244f8 Mon Sep 17 00:00:00 2001 From: Antonio Date: Wed, 16 Oct 2024 11:32:18 +0200 Subject: [PATCH] #128117 Fix misleading kubadm output The control-plane should be referred to in plural otherwise it can be misleading to join the the cp to other nodes. --- cmd/kubeadm/app/cmd/phases/init/showjoincommand.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubeadm/app/cmd/phases/init/showjoincommand.go b/cmd/kubeadm/app/cmd/phases/init/showjoincommand.go index c340e70ef27..e82d85d6092 100644 --- a/cmd/kubeadm/app/cmd/phases/init/showjoincommand.go +++ b/cmd/kubeadm/app/cmd/phases/init/showjoincommand.go @@ -47,7 +47,7 @@ var ( {{if .ControlPlaneEndpoint -}} {{if .UploadCerts -}} - You can now join any number of the control-plane node running the following command on each as root: + You can now join any number of control-plane nodes running the following command on each as root: {{.joinControlPlaneCommand}}