mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-27 13:15:36 +00:00
Updated the term master to control plane
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user