etcd 单机集群(静态无发现 无证书)
admin
2023-03-18 21:25:08
0

setenforce0

 

Install  go

#cd /opt && wget https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz

#tar -C /usr/local -xzf go1.8.3.linux-amd64.tar.gz

#exportPATH=$PATH:/usr/local/go/bin

 

go -h

 

 

 

Installdocker

apt install docker.io  docker

docker p_w_picpaths

 

 

 

install etcd cluster on local

需要1.8版本以上的go

 

git clone https://github.com/coreos/etcd.git

 

cd /etcd && ./build

cp /bin/* /usr/sbin/.

 

 

etcd -name etcd01 --data-dir /data1 \

 --initial-advertise-peer-urls http://10.1.1.42:2380 \

 --listen-peer-urls http://10.1.1.42:2380 \

 --listen-client-urls http://10.1.1.42:2379,http://127.0.0.1:2379 \

 --advertise-client-urls http://10.1.1.42:2379 \

 --initial-cluster-token etcd-cluster \

 --initial-clusteretcd01=http://10.1.1.42:2380,etcd02=http://10.1.1.42:12380,etcd03=http://10.1.1.42:22380\

 --initial-cluster-state new

 

 

etcd -name etcd02 --data-dir /data2 \

 --initial-advertise-peer-urls http://10.1.1.42:12380 \

 --listen-peer-urls http://10.1.1.42:12380 \

 --listen-client-urls http://10.1.1.42:12379,http://127.0.0.1:12379 \

 --advertise-client-urls http://10.1.1.42:12379 \

 --initial-cluster-token etcd-cluster \

 --initial-clusteretcd01=http://10.1.1.42:2380,etcd02=http://10.1.1.42:12380,etcd03=http://10.1.1.42:22380\

 --initial-cluster-state new

 

etcd -name etcd03 --data-dir /data3 \

 --initial-advertise-peer-urls http://10.1.1.42:22380 \

 --listen-peer-urls http://10.1.1.42:22380 \

 --listen-client-urls http://10.1.1.42:22379,http://127.0.0.1:22379 \

 --advertise-client-urls http://10.1.1.42:22379 \

 --initial-cluster-token etcd-cluster \

 --initial-clusteretcd01=http://10.1.1.42:2380,etcd02=http://10.1.1.42:12380,etcd03=http://10.1.1.42:22380\

 --initial-cluster-state new

 

 

验证etcd

etcdctl member list


相关内容

热门资讯

圣罗兰“拉黑”杭州一条街道?记... 澎湃新闻记者 王选辉 实习生 俞涵因“恶意退货太多整条街道被商家拉黑”一事持续发酵,近日有网友反映,...
局地可达35℃以上!今年首轮高... 热起来了!今天(10日)起至13日,北方迎来今年首场大范围高温天气,大部地区气温将超30℃,刷新今年...
炒股精神病院去年被罚117万,... 精神病院作为投资主体,而且在云谲波诡的股市里打拼得很好,本身就是一个让人好奇的事情。现在既然投资行为...
这个法国人,真让人刮目相看 政坛老将,第四次冲击总统宝座。更让人刮目相看的,是他对华的清醒表态他就是梅朗雄,法国左翼政党的领导人...
台“军购条例”大幅缩水,美国果... 【文/观察者网 王恺雯】台立法机构5月8日表决通过蓝白版“军购特别条例”,预算上限由赖清德当局要求的...
奋斗华章丨平凡亦有光 奋斗即力... 奋斗华章丨平凡亦有光 奋斗即力量 五月的风,裹挟着劳动的滚烫与青春的赤诚,吹遍华夏大地。 当五一劳...
中国移动发布Token运营生态... 5月8日,中国移动在2026移动云大会期间举办“词元聚力 智享未来”Token运营发展论坛,联合腾讯...
台当局滥发文化补助,涉事歌词低... 叶元之海峡导报综合报道 台民意机构“教育及文化委员会”7日邀台当局文化主管部门进行业务报告并备询,国...
国乒男女团今天冲冠,一起迎战日... 北京时间5月10日(星期日),2026伦敦世乒赛团体赛决赛将迎来巅峰对决,男团、女团决赛将分别进行,...