Skip to content

Commit

Permalink
update op-guide/ansible-deployment-scale.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liubo0127 committed Aug 8, 2018
1 parent 9863537 commit 5b9fb7f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions op-guide/ansible-deployment-scale.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,16 @@ TiDB 集群可以在不影响线上服务的情况下进行扩容和缩容。以
| node8 | 172.16.10.8 | TiKV3 |
| node9 | 172.16.10.9 | TiKV4 |

5. 更新 Prometheus 配置并重启:
5. 滚动升级整个集群:

```
ansible-playbook rolling_update.yml
```

6. 更新 Prometheus 配置并重启:

```
ansible-playbook rolling_update_monitor.yml --tags=prometheus
```

6. 打开浏览器访问监控平台:`http://172.16.10.3:3000`,监控整个集群的状态。
7. 打开浏览器访问监控平台:`http://172.16.10.3:3000`,监控整个集群的状态。

0 comments on commit 5b9fb7f

Please sign in to comment.