mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
modify nodes description
Signed-off-by: “Forest-L <lilin@yunify.com>
This commit is contained in:
parent
02eb99681a
commit
2dd6d75701
|
|
@ -24,7 +24,7 @@ import (
|
|||
// addNodesCmd represents the nodes command
|
||||
var addNodesCmd = &cobra.Command{
|
||||
Use: "nodes",
|
||||
Short: "Add a cluster according to the new nodes information from the specified configuration file",
|
||||
Short: "Add nodes to the cluster according to the new nodes information from the specified configuration file",
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
logger := util.InitLogger(opt.Verbose)
|
||||
return add.AddNodes(opt.ClusterCfgFile, "", "", logger, false, opt.Verbose, opt.SkipCheck, opt.SkipPullImages)
|
||||
|
|
|
|||
Loading…
Reference in New Issue