kow3ns / kubernetes-zookeeper

This project contains tools to facilitate the deployment of Apache ZooKeeper on Kubernetes.
https://kow3ns.github.io/kubernetes-zookeeper/
Apache License 2.0
145 stars 175 forks source link

Option for specify servers manually #11

Open kvaps opened 6 years ago

kvaps commented 6 years ago

Hi, I use zookeeper for coordinate sheepdog cluster. I run zookeeper as DaemonSet with hostNetwork=true option, because I need to have deep level cluster with minimum overlay. So this option is very usful for me, it would be nice if you can accept my changes into your image.

Example yaml: https://github.com/kvaps/kube-sheepdog/blob/master/zookeeper.yaml#L37-L39