Skip to content

Commit

Permalink
Merge pull request #836 from liubo0127/liubo/update-deployment-scale
Browse files Browse the repository at this point in the history
op-guide: update ansible-deployment-scale.md
  • Loading branch information
lilin90 authored Aug 13, 2018
2 parents 9863537 + 5b9fb7f commit 1b96b96
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 1b96b96

Please sign in to comment.