mirror of https://github.com/k3s-io/k3s
Merge pull request #72622 from shavidissa/patch-1
Updated the term master to control planepull/564/head
commit
fdf381098b
|
@ -134,7 +134,7 @@ func NewCmdInit(out io.Writer, initOptions *initOptions) *cobra.Command {
|
||||||
|
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "init",
|
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) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
c, err := initRunner.InitData()
|
c, err := initRunner.InitData()
|
||||||
kubeadmutil.CheckErr(err)
|
kubeadmutil.CheckErr(err)
|
||||||
|
|
Loading…
Reference in New Issue