18300618319 opened a new issue #5307:
URL: https://github.com/apache/apisix/issues/5307


   ### Issue description
   
   etcd --name infra0 --initial-advertise-peer-urls http://192.168.3.133:2380 \
   --listen-peer-urls http://192.168.3.133:2380 \
   --listen-client-urls http://192.168.3.133:2379,http://127.0.0.1:2379 \
   --advertise-client-urls http://192.168.3.133:2379 \
   --initial-cluster-token etcd-cluster-1 \
   --initial-cluster 
infra0=http://192.168.3.133:2380,infra1=http://192.168.3.132:2380,infra2=http://192.168.3.134:2380
 \
   --initial-cluster-state new
   
   etcd --name infra0 --initial-advertise-peer-urls http://192.168.3.132:2380 \
   --listen-peer-urls http://192.168.3.132:2380 \
   --listen-client-urls http://192.168.3.132:2379,http://127.0.0.1:2379 \
   --advertise-client-urls http://192.168.3.132:2379 \
   --initial-cluster-token etcd-cluster-2 \
   --initial-cluster 
infra0=http://192.168.3.133:2380,infra1=http://192.168.3.132:2380,infra2=http://192.168.3.134:2380
 \
   --initial-cluster-state new
   
   etcd --name infra0 --initial-advertise-peer-urls http://192.168.3.134:2380 \
   --listen-peer-urls http://192.168.3.134:2380 \
   --listen-client-urls http://192.168.3.134:2379,http://127.0.0.1:2379 \
   --advertise-client-urls http://192.168.3.134:2379 \
   --initial-cluster-token etcd-cluster-3 \
   --initial-cluster 
infra0=http://192.168.3.133:2380,infra1=http://192.168.3.132:2380,infra2=http://192.168.3.134:2380
 \
   --initial-cluster-state new
   
   ### Environment
   
   这样部署不成功,哪里出问题了呀


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to