When creating an instance in the k8s cluster, it was found that the etcd cluster status failed to connect, causing the creation of the instance to fail. So I checked the cause.
Here is the he
When creating an instance in the k8s cluster, it was found that the etcd cluster status failed to connect, causing the creation of the instance to fail. So I checked the cause.
Here is the he
Install etcd The binary package download address: https://github.com/etcd-io/etcd/releases/tag/v3.2.12
[[emailprotected] ~]# GOOGLE_URL=https://storage.googleapis.com/etcd
[[emailprotected] ~
1. Create a cluster
1. Create environment variables on each machine
TOKEN=token-01
CLUSTER_STATE=new
NAME_1=machine-1
NAME_2=machine-2
NAME_3=machine-3
HOST_1=10.240.0.17
HOST_2=1