我要评分
获取效率
正确性
完整性
易理解

Starting the etcd Cluster

Run the following command on nodes 1, 2, and 3 at the same time to start the nodes:
1
/usr/local/etcd/bin/etcd --config-file=/usr/local/etcd/conf.yml
  • If the startup fails, delete data on each node and restart the nodes.
    1
    rm -rf /usr/local/etcd/data/*
    
  • To run commands of other operations, you need to open a new window.