aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tests commands succeed now. Remains to add asserts.addon-rest-new-buildStaffan Olsson2017-08-011-7/+22
* Logs, unlike docs, revealed that kafka-rest needs ...Staffan Olsson2017-08-012-5/+3
* Once again be explicit (=unsurprising) about log config pathStaffan Olsson2017-08-012-0/+6
* Runtime conf is logged at start, which documents host.name in case we need itStaffan Olsson2017-08-012-10/+5
* New image uses config files instead of envStaffan Olsson2017-08-013-18/+28
* Remove file appender as docker implies stdoutStaffan Olsson2017-07-311-8/+1
* Sample config from v3.3.0 sourceStaffan Olsson2017-07-311-0/+72
* We should probably wait for CP 3.3.0 because ...Staffan Olsson2017-07-291-7/+16
* Starts a test case for rest-proxyStaffan Olsson2017-07-291-0/+117
* Adds more tests, and retriesStaffan Olsson2017-07-291-3/+6
* Tests rest-proxy, but hangs on GET /consumers/.../recordsStaffan Olsson2017-07-291-0/+39
* Adds kafka-rest proxy as rest:80Staffan Olsson2017-07-292-0/+36
* This is http so there's no reason to not use port 80Staffan Olsson2017-07-292-2/+4
* Avoids the schema-registry service name, becuase it interferes ...Staffan Olsson2017-07-292-4/+4
* Adds schema registryStaffan Olsson2017-07-292-0/+32
* There's probably a tool out there for combining branchesStaffan Olsson2017-07-291-9/+11
* Fixes the sed on OSXStaffan Olsson2017-07-291-1/+10
* Adds annotations, assuming gnu sedStaffan Olsson2017-07-291-1/+24
* Merge pull request #30 from Yolean/kafka-011solsson2017-07-2925-481/+741
|\
| * The test concept just caught a mistakekafka-011Staffan Olsson2017-07-292-2/+2
| * Merge pull request #51 from Yolean/test-driven-kubernetes-conceptsolsson2017-07-2810-149/+205
| |\
| | * Now we're on par with the old tests, but automatedtest-driven-kubernetes-conceptStaffan Olsson2017-07-287-149/+89
| | * Makes room for a more basic basic testStaffan Olsson2017-07-281-8/+8
| | * Introduces the test automation concept as briefly as possibleStaffan Olsson2017-07-281-0/+8
| | * Implements the actual testStaffan Olsson2017-07-281-2/+11
| | * Working boilerplate, with output to kubectl logsStaffan Olsson2017-07-281-8/+14
| | * Suggests a structure for test cases as single ymlStaffan Olsson2017-07-281-0/+88
| | * Prepares for tests to move to separate namespaceStaffan Olsson2017-07-281-0/+5
| |/
| * Review after github renderStaffan Olsson2017-07-281-8/+8
| * Use a lighter readme with more links, as readers' background will vary widelyStaffan Olsson2017-07-281-49/+30
| |\
| | * Where to go from hereStaffan Olsson2017-07-281-2/+9
| | * Metrics intro belongs in ...Staffan Olsson2017-07-281-11/+0
| | * Reworked in https://github.com/Yolean/kubernetes-kafka/pull/51Staffan Olsson2017-07-281-21/+0
| | * If you got this far you don't need Kubernetes introStaffan Olsson2017-07-281-8/+0
| | * Shorter stillStaffan Olsson2017-07-281-4/+3
| | * ShorterStaffan Olsson2017-07-281-9/+5
| | * Could be the motivationStaffan Olsson2017-07-281-6/+21
| | * Could be a pitchStaffan Olsson2017-07-281-0/+4
| |/
| * Uses storage classes for our prodStaffan Olsson2017-07-281-1/+5
| * Includes metrics in our prodStaffan Olsson2017-07-281-1/+1
| * Makes /metrics export opt-in (through addon branch coming up)Staffan Olsson2017-07-283-61/+0
| * This project avoids scripting through addons ...Staffan Olsson2017-07-281-0/+12
| * Belongs in the github.com/yolean/kubernetes-monitoring projectStaffan Olsson2017-07-271-35/+0
| * UnimportantStaffan Olsson2017-07-271-1/+1
| * Merge pull request #46 from Yolean/switch-to-debian-imagesolsson2017-07-2711-40/+333
| |\
| | * Merge pull request #47 from Yolean/config-initswitch-to-debian-imagesolsson2017-07-275-34/+70
| | |\
| | | * Stops logs from growing when zookeeper is idleconfig-initStaffan Olsson2017-07-271-0/+4
| | | * Places the myid magic number where replicas areStaffan Olsson2017-07-272-5/+5
| | | * Employs the init script concept for zookeeper too, reducing duplcationStaffan Olsson2017-07-263-21/+39
| | | * With no bash tricks in command we can use the actual bin ...Staffan Olsson2017-07-261-9/+10