Skip to content

Commit 190eb05

Browse files
authored
Merge pull request kubernetes#128118 from amaddio/master
Fix misleading kubeadm output
2 parents e673417 + 250d00d commit 190eb05

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)