Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mklzl authored Apr 27, 2022
1 parent bbd6159 commit d7768d3
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,27 +125,31 @@ Easy to use starRocks cluster operation and maintenance tool
master: 192.168.1.241


## step 5 : 检查机器环境(请根据提示,检查对应环境是否具备)

## step 5 : 启动初始化集群
ansible-playbook -e "cluster=cluster1" ./core/setup.yml

## step 6 : 启动初始化集群

ansible-playbook -e "cluster=cluster1" ./core/setup.yml

## step 6 : 添加集群角色
## step 7 : 添加集群角色

ansible-playbook -e "cluster=cluster1" ./core/add_roles.yml

## step 7 : 查看集群状态
## step 8 : 查看集群状态

可以根据自己配置的具体情况,登录集群,通过show frontends;show backends;show broker;查看集群的搭建情况

## step 8 : 启停集群
## step 9 : 启停集群

#stop all
ansible-playbook -e "cluster=cluster1" ./core/stop_all.yml
#start all
ansible-playbook -e "cluster=cluster1" ./core/start_all.yml

## step 9: 升级或者回滚集群
## step 10: 升级或者回滚集群

### 编辑升级回滚所需配置文件

Expand All @@ -168,7 +172,7 @@ Easy to use starRocks cluster operation and maintenance tool

ansible-playbook -e "cluster=cluster1" ./core/upgrade.yml

## step 10 : 扩缩容集群
## step 11 : 扩缩容集群

### 编辑配置文件

Expand Down

0 comments on commit d7768d3

Please sign in to comment.