mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
#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:
@@ -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}}
|
||||
|
||||
|
Reference in New Issue
Block a user