k11. Chapter 2 Install kubernetes v1.20 based on binary package -- deploy etcd (3)

6. Deploy etcd

6.1 Install etcd components

https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.21.md#server-binaries-2Download
insert image description here
etcd installation package

[root@k8s-etcd01 ~]# wget https://github.com/etcd-io/etcd/releases/download/v3.4.13/etcd-v3.4.13-linux-amd64.tar.gz

Unzip etcd installation file

[root@k8s-etcd01 ~]# tar -xf etcd-v3.4.13-linux-amd64.tar.gz --strip-components=

Guess you like

Origin blog.csdn.net/qq_25599925/article/details/122865896