Updated the term master to control plane

pull/564/head
shavidissa 2019-01-07 11:26:31 +05:30 committed by GitHub
parent 1641ff4114
commit 2a6c5b9b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ func NewCmdInit(out io.Writer) *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)