Zun

Comment 1 for bug 2009557

Revision history for this message
hanxiao (xiao0) wrote :

You can try etcd enable v2 to accept etcd V2 client requests.

* Edit /usr/lib/systemd/system/etcd.service
```
[Service]
# ...
ExecStart=/bin/bash -c "GOMAXPROCS=$(nproc) /usr/bin/etcd --enable-v2=true"
```