File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Master节点采用Raft算法保证多个Master节点数据一致性,Master节
9696
9797### Consul 安装部署
9898
99- #### 下载与安装
99+ #### 1、 下载与安装
100100``` perl
101101/ /下载二进制包与解压
102102wget https://releases.hashicorp.com/consul/1.5.1/consul_1.5.1_linux_amd64.zip
@@ -114,7 +114,7 @@ source /etc/profile
114114consul --version
115115```
116116
117- #### 启动配置参数说明
117+ #### 2、 启动配置参数说明
118118| 参数名称 | 用途 |
119119| ------------ | ------------ |
120120| -server | 指定运行模式为服务器,每个Consul集群至少有1个Server,正常不超过5个 |
@@ -137,7 +137,7 @@ consul agent -server -ui -bootstrap-expect=3 -data-dir=/data/consul -node=agent-
137137consul agent -server -ui -bootstrap-expect=3 -data-dir=/data/consul -node=agent-3 -client=0.0.0.0 -bind =10.211.55.8 -datacenter=dc1 -join 10.211.55.6
138138```
139139
140- #### 查看控制台UI
140+ #### 3、 查看控制台UI
141141<img src =" https://ipman-blog-1304583208.cos.ap-nanjing.myqcloud.com/dubbo/1121609122338_.pic.jpg " width = " 800 " height = " 280 " alt =" 图片名称 " align =center />
142142
143143### Dubbo 集成Consul注册中心
You can’t perform that action at this time.
0 commit comments