Merge pull request #72622 from shavidissa/patch-1

Updated the term master to control plane
This commit is contained in:
Kubernetes Prow Robot
2019-01-07 04:55:48 -08:00
committed by GitHub

View File

@@ -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)