aboutsummaryrefslogtreecommitdiff
path: root/zookeeper
Commit message (Expand)AuthorAgeFilesLines
* Got quite repeatable OOMKilled on pzoo pods, so I figured it must be...resource-limitsStaffan Olsson2017-06-272-2/+2
* sStaffan Olsson2017-06-271-3/+3
* A monitoring-only pod uses 0m / ~32Mi resourcesStaffan Olsson2017-06-272-5/+19
* Adds tentative resource requests, based on what idle pods use (though this in...Staffan Olsson2017-06-272-0/+8
* Forks can tweak storage classes, but here we want setup to be simple...zookeeper-dataStaffan Olsson2017-06-261-3/+1
* A cluster in three availability zones now get one persistent zk each, and two...zookeeper-availability-zonesStaffan Olsson2017-06-264-23/+15
* Creates identical definitions for a non-persistent zoo statefulsetStaffan Olsson2017-06-262-0/+85
* Makes persistence a fundamental attribute of the statefulsetStaffan Olsson2017-06-263-6/+8
* Enables metrics export to Prometheus, but they look very uninteresting.Staffan Olsson2017-06-251-0/+16
* Uses a named storage class so you can select volume type specifically for zooStaffan Olsson2017-06-251-3/+11
* Uses the kafka image as Zookeeper service...Staffan Olsson2017-06-252-10/+41
* Reindents yaml to match the rest of this repo, and most examples out thereStaffan Olsson2017-06-251-22/+22
* We do need the bind address sed. This image logs the at start, to reduce the ...Staffan Olsson2017-06-251-1/+1
* Uses zookeeper without the bind address sedStaffan Olsson2017-06-251-1/+1
* Upgrades zookeeper to latestStaffan Olsson2017-06-251-1/+1
* Removes label that looks misleading on a service, as the selector should matc...Staffan Olsson2017-02-131-2/+0
* Added missing namespace from zoo service.David Michael2017-01-311-0/+1
* Adds automatic id through a /docker-entrypoint.sh modification in https://git...statefulset-zkStaffan Olsson2016-12-261-15/+1
* Manages to set zk node id without altering the official image, but leader-ele...Staffan Olsson2016-12-2614-575/+73
* README to reflect namespace changesGeorge Angel2016-10-191-6/+6
* Update namespace for the zk serviceGeorge Angel2016-10-181-1/+1
* We seem to need 3.5.x-alpha for cluster setupStaffan Olsson2016-09-051-1/+1
* Merge pull request #1 from Yolean/namespacesolsson2016-09-054-0/+10
|\
| * Using a namespace for easier cleanup and consistent DNS namesnamespaceStaffan Olsson2016-09-054-0/+10
* | No reason to run an alpha, or is there?Staffan Olsson2016-09-051-1/+1
|/
* Fixes path issueStaffan Olsson2016-09-051-1/+1
* Installs latest alpha, as the contrib example was for an alphaStaffan Olsson2016-09-051-1/+1
* Adds service for clients on a typical zookeeper port numberStaffan Olsson2016-09-042-0/+13
* For clusters that don't support automatic volume provisioning, such as MinikubeStaffan Olsson2016-09-043-0/+101
* Current from https://github.com/kubernetes/contrib/tree/master/petsStaffan Olsson2016-09-048-0/+481