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

Update Zookeeper to 3.5.6 #19

Open vmakoto opened 5 years ago

vmakoto commented 5 years ago

Hello there, thanks for putting this repo together.

This patch updates the Dockerfile to use the latest version of zookeeper as of Oct 23rd.

It was tested against Kubernetes 1.14.8 managed by kops in AWS. The persistent volume used was EBS with xfs disk format

Special thanks to @c0rrzin.

Commits

remove hardcoded gpg verification

Add zookeeper authors keys to the repo and use it to verify the zookeeper artifacts

update dockerfile to use zookeeper 3.5.6

This patch updates the Dockerfile to pull zookeeper 3.5.6 from the right repo.

Also, since version 3.5.* version, most of the 4 letter word commands must be whitelisted before they can actually be used. This patch whitelists all of the during zookeeper boot

Slach commented 4 years ago

dear @kow3ns could you merge this pull request and upload new docker image to k8s.gcr.io ?