jplana / python-etcd

A python client for etcd
Other
520 stars 210 forks source link

Do we have any plans to add members APIs? #235

Closed pankit closed 7 years ago

pankit commented 7 years ago

I was interested in adding the members to a running cluster using using the library. Do, we have any plans to do so? https://coreos.com/etcd/docs/latest/v2/members_api.html#add-a-member

socketpair commented 7 years ago

https://github.com/jplana/python-etcd/pull/219

lavagetto commented 7 years ago

I am not working on this as I honestly think etcdctl is enough for such actions, but if the current PR gets amended, I'm happy to merge it.

lavagetto commented 7 years ago

Duplicate of #218