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.
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