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

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