After test, I find the answer is --
in the /etc/patroni.yml, it used to be --
etcd: hosts: - <node1_IP>:2379 - <node2_IP>:2379
After change it to --
etcd3: hosts: - <node1_IP>:2379 - <node2_IP>:2379
Then issue fixed.