mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
Update option description
This commit is contained in:
parent
0e92798953
commit
e74617edc9
|
|
@ -16,7 +16,7 @@ func NewCmdCreateCluster() *cobra.Command {
|
|||
)
|
||||
var clusterCmd = &cobra.Command{
|
||||
Use: "cluster",
|
||||
Short: "Create Kubernetes Cluster",
|
||||
Short: "Create a Kubernetes or KubeSphere cluster",
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
logger := util.InitLogger(verbose)
|
||||
return install.CreateCluster(clusterCfgFile, logger, all, verbose)
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ func NewCmdCreateEtcd() *cobra.Command {
|
|||
)
|
||||
var clusterCmd = &cobra.Command{
|
||||
Use: "etcd",
|
||||
Short: "Manage Etcd Cluster",
|
||||
Short: "Manage Etcd cluster",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
logger := util.InitLogger(true)
|
||||
createEtcdCluster(clusterCfgFile, logger)
|
||||
|
|
|
|||
Loading…
Reference in New Issue