Merge pull request #128118 from amaddio/master

Fix misleading kubeadm output
This commit is contained in:
Kubernetes Prow Robot 2024-10-16 18:23:04 +01:00 committed by GitHub
commit 190eb057f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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