mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Updated the term master to control plane
This commit is contained in:
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
Block a user