etcd-io / zetcd

Serve the Apache Zookeeper API but back it with an etcd cluster
Apache License 2.0
1.09k stars 94 forks source link

Bundle "zkctl" binary as well in the docker image of zetcd #83

Open h2002044 opened 7 years ago

h2002044 commented 7 years ago

I'm trying to use zetcd for the first time using Docker+Kubernetes. I wanted to debug/try and see whether the zetcd proxy routes the requests to etcd servers.

However, the utility "zkctl" listed in the README.md of the project does not seem to be bundled in the docker image. It would be helpful if it is bundled in the docker image so that we can quickly verify whether the zetcd proxy is routing the requests to the server or not.

xiang90 commented 7 years ago

@h2002044

This is a good idea. Would you like to help to make it happen? Thanks.