#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.
This commit is contained in:
Antonio 2024-10-16 11:32:18 +02:00
parent 07e73682b9
commit 250d00d8dc

View File

@ -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}}