You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/10/22 02:25:31 UTC

[GitHub] [apisix] 18300618319 opened a new issue #5307: etcd集群部署

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on issue #5307: deploy ETCD cluster failed

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #5307:
URL: https://github.com/apache/apisix/issues/5307#issuecomment-962720246


   Closed as lack of response. Feel free to reopen it if need.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] dyrnq commented on issue #5307: deploy ETCD cluster failed

Posted by GitBox <gi...@apache.org>.
dyrnq commented on issue #5307:
URL: https://github.com/apache/apisix/issues/5307#issuecomment-950132434


   you need specify the same value with --initial-cluster-token <yourclustertoken> in your etcd cluster
   
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] shuaijinchao commented on issue #5307: deploy ETCD cluster failed

Posted by GitBox <gi...@apache.org>.
shuaijinchao commented on issue #5307:
URL: https://github.com/apache/apisix/issues/5307#issuecomment-949371428


   refer to:
   https://github.com/api7/lua-resty-etcd/blob/34241b7ebddf65792bf160209902a70d0f39702b/t/Procfile-single#L3-L5


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander closed issue #5307: deploy ETCD cluster failed

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #5307:
URL: https://github.com/apache/apisix/issues/5307


   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] juzhiyuan commented on issue #5307: etcd集群部署

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on issue #5307:
URL: https://github.com/apache/apisix/issues/5307#issuecomment-949246024


   Please attach your screenshots and more detailed information


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org