Etcd: Set up remote connection

1. Download etcd3.4
2. Start etcd with configuration file:
nohup ./etcd --config-file=etcd.conf &

配置文件内容:

{“listen-client-urls”:“http://0.0.0.0:2379”}

Guess you like

Origin blog.csdn.net/amadeus_liu2/article/details/115344675