diff --git a/cmd/kubeadm/app/cmd/init.go b/cmd/kubeadm/app/cmd/init.go index 9e6dbc714ac..9c6764d7f91 100644 --- a/cmd/kubeadm/app/cmd/init.go +++ b/cmd/kubeadm/app/cmd/init.go @@ -134,7 +134,7 @@ func NewCmdInit(out io.Writer, initOptions *initOptions) *cobra.Command { cmd := &cobra.Command{ Use: "init", - Short: "Run this command in order to set up the Kubernetes master.", + Short: "Run this command in order to set up the Kubernetes control plane.", Run: func(cmd *cobra.Command, args []string) { c, err := initRunner.InitData() kubeadmutil.CheckErr(err)