kopeio / etcd-manager

operator for etcd: moved to https://github.com/kubernetes-sigs/etcdadm
Apache License 2.0
164 stars 45 forks source link

etcd process is not started after etcd-manager enabled #307

Closed skamchiline closed 4 years ago

skamchiline commented 4 years ago

Hi guys, I could not find a place where to ask this question, so writing here.

In short: etcd-manager doesn't start etcd process (or starts wrong version) causing etcd to be in unhealthy state. I'm running k8s 1.12.8 with etcdv2 on AWS and planning upgrade to etcdv3. Adding provider=Manager to the kops cluster manifest and perform cluster upgrade. The process requires node rolling-update of the nodes and when new master node comes up:

When I was upgrading previous clusters few restarts of master node would help to start proper configuration.

Now I've restarted failed master nodes dozens times, they keep coming up in this configuration.

Please help! What else I can do to make sure that all etcd processes are started and etcd is in healthy state?

skamchiline commented 4 years ago

The problem was in our configuration