mirror of https://github.com/k3s-io/k3s
Updated the term master to control plane
parent
1641ff4114
commit
2a6c5b9b9e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue