Skip to content

Commit 250d00d

Browse files
committed
kubernetes#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.
1 parent 07e7368 commit 250d00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/cmd/phases/init/showjoincommand.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var (
4747
4848
{{if .ControlPlaneEndpoint -}}
4949
{{if .UploadCerts -}}
50-
You can now join any number of the control-plane node running the following command on each as root:
50+
You can now join any number of control-plane nodes running the following command on each as root:
5151
5252
{{.joinControlPlaneCommand}}
5353

0 commit comments

Comments
 (0)