I followed this document but dont know how to enable v2 so that patroni can work with, can anyone help? https://computingforgeeks.com/setup-etcd-cluster-on-centos-debian-ubuntu/
I followed this document but dont know how to enable v2 so that patroni can work with, can anyone help? https://computingforgeeks.com/setup-etcd-cluster-on-centos-debian-ubuntu/
Starting
etcd
v3.4, etcd wouldn't serve API v2 by default. You'll need to add--enable-v2=true
in youretcd
startup script to enable API v2.In your guide's case, add it on step 3 in
ExecStart
when creating youretcd.service
systemd unit file, i.e.