mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +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:
parent
07e73682b9
commit
250d00d8dc
@ -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}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user