aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adds automatic id through a /docker-entrypoint.sh modification in ↵statefulset-zkStaffan Olsson2016-12-261-15/+1
| | | | https://github.com/solsson/zookeeper-docker
* Manages to set zk node id without altering the official image, but ↵Staffan Olsson2016-12-2614-575/+73
| | | | leader-election port bind fails when using DNS name instead of 0.0.0.0
* Uses a tag that only exists after the fix to #11. For details see #12.Staffan Olsson2016-11-171-1/+1
|
* Avoids problem with lost+found folder when a volume is mounted at ↵Staffan Olsson2016-11-091-1/+1
| | | | /opt/kafka/data
* Sets a log dir that is more likely to be persistent. Makes retention=-1 more ↵Staffan Olsson2016-11-091-1/+1
| | | | meaningful.
* Merge pull request #10 from Yolean/kafka-imagesolsson2016-10-243-7/+144
|\ | | | | Publish Kafka image geared towards persistent storage
| * Cluster now gets my build of this PRkafka-imageStaffan Olsson2016-10-231-1/+1
| |
| * No reason for an alternative download url hereStaffan Olsson2016-10-231-1/+1
| |
| * With automatic topic creation disabled (#3) we can also disable topic deletionStaffan Olsson2016-10-231-1/+4
| |
| * Custom image replaces PR #2Staffan Olsson2016-10-231-6/+0
| |
| * Keeps logs forever, or do we need more config changes (like ↵Staffan Olsson2016-10-231-1/+1
| | | | | | | | log.cleaner.enable=false?)
| * Moves zookeeper default link name from build to fileStaffan Olsson2016-10-232-2/+1
| |
| * Adds current config as locally versioned fileStaffan Olsson2016-10-232-0/+123
| |
| * Switch from deprecated java image to equivalent, current latest tagStaffan Olsson2016-10-231-1/+1
| |
| * Current (bcf7277) from https://github.com/solsson/dockerfilesStaffan Olsson2016-10-231-0/+18
| |
* | Merge pull request #8 from Zapadlo/patch-1solsson2016-10-191-6/+6
|\ \ | | | | | | README to reflect namespace changes
| * | README to reflect namespace changesGeorge Angel2016-10-191-6/+6
|/ / | | | | Updating README so that `kubectl` commands reflect the namespace changes
* | Merge pull request #7 from Zapadlo/patch-1solsson2016-10-191-1/+1
|\ \ | |/ |/| Update namespace for the zk service
| * Update namespace for the zk serviceGeorge Angel2016-10-181-1/+1
|/ | | zk URI to reflect namespace change
* Merge pull request #5 from rickypai/patch-1solsson2016-09-161-1/+1
|\ | | | | correct namespace in DNS name
| * correct namespace in DNS nameRicky Pai2016-09-141-1/+1
|/
* Clarifies commands around the second test topic, and what a topic name typo ↵Staffan Olsson2016-09-061-5/+8
| | | | leads to
* Adds a deployment that consumes messagesStaffan Olsson2016-09-062-0/+29
|
* Spotted an old filenameStaffan Olsson2016-09-061-1/+1
|
* Peer review revealed that some test commands were flawed. Only ↵Staffan Olsson2016-09-061-6/+12
| | | | --old-producer producers would post what was piped.
* kubectl delete namespace is a command to be scared of in productionStaffan Olsson2016-09-051-4/+4
|
* We seem to need 3.5.x-alpha for cluster setupStaffan Olsson2016-09-051-1/+1
| | | | This reverts commit 67f148c98ad400a122203d4c5e31b9f882995223.
* Merge pull request #1 from Yolean/namespacesolsson2016-09-0512-1/+29
|\ | | | | Define a namespace for all resources
| * Using a namespace for easier cleanup and consistent DNS namesnamespaceStaffan Olsson2016-09-0512-1/+29
| |
* | A case for namespaceStaffan Olsson2016-09-051-0/+9
| |
* | No reason to run an alpha, or is there?Staffan Olsson2016-09-051-1/+1
| |
* | Something is unreliable. Verifiable consumer sometimes reports ↵Staffan Olsson2016-09-054-1/+38
|/ | | | LEADER_NOT_AVAILABLE.
* Towards automated testingStaffan Olsson2016-09-052-1/+49
|
* Fixes path issueStaffan Olsson2016-09-051-1/+1
|
* Describes setup and some manual testingStaffan Olsson2016-09-053-0/+67
|
* Merge branch 'broker-id-override'Staffan Olsson2016-09-051-0/+4
|\
| * Sets broker.id from petset's identities. Could be a minor image adjustment ↵Staffan Olsson2016-09-051-4/+4
| | | | | | | | instead of a command.
| * Things like these won't be expandedStaffan Olsson2016-09-051-0/+4
|/
* Non-automatic volume provisioning, for Minikube etcStaffan Olsson2016-09-053-0/+101
|
* Headless service requires a port number or it won't produce the DNS namesStaffan Olsson2016-09-051-0/+1
|
* Multi-file kafka resources, numbered for use with kubectl create -f ./Staffan Olsson2016-09-053-0/+64
|
* 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