From 2a6c5b9b9e39e6d6a778b9f088aa95e3f9a169bc Mon Sep 17 00:00:00 2001 From: shavidissa Date: Mon, 7 Jan 2019 11:26:31 +0530 Subject: [PATCH] Updated the term master to control plane --- cmd/kubeadm/app/cmd/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubeadm/app/cmd/init.go b/cmd/kubeadm/app/cmd/init.go index 22939087d9..b205071598 100644 --- a/cmd/kubeadm/app/cmd/init.go +++ b/cmd/kubeadm/app/cmd/init.go @@ -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)