aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Got all pods Ready with 10 replicas; this test will have to be opt intest-consumergroupStaffan Olsson2018-02-011-1/+1
|
* This test will only pass with luck, or maybe with lots of replicasStaffan Olsson2018-02-011-21/+5
|
* I guess this test could work, but consumer won't alternate for each messageStaffan Olsson2018-02-011-28/+5
|
* Don't let labels overlap across tests. This manifest convention needs more work.Staffan Olsson2018-02-011-2/+2
|
* Changes to consumergroup behavior, but TODO adapt the assertStaffan Olsson2018-02-011-8/+8
|
* A copy of the kafkacat based testStaffan Olsson2018-02-011-0/+181
|
* Merge branch 'use-default-replication-factor' into fix-offset-topic-replicationStaffan Olsson2018-02-012-4/+0
|\
| * Uses brokers' default replication factor for explicit topic creationuse-default-replication-factorStaffan Olsson2018-01-222-4/+0
| |
* | Reverts previous commit and uses the documented default insteadStaffan Olsson2018-02-011-2/+1
| |
* | Should be larger than or equal min.insync.replicasStaffan Olsson2018-02-011-0/+1
| |
* | Merge pull request #138 from deadmoose/patch-1solsson2018-02-011-1/+1
|\ \ | | | | | | Speeling
| * | SpeelingDavid Hoover2018-01-311-1/+1
|/ /
* | Merge pull request #125 from Yolean/linkedin-burrowsolsson2018-01-313-0/+114
|\ \ | | | | | | Add Burrow for consumer lag monitoring
| * | Upgrades to current Burrow master, a91cf4dlinkedin-burrowStaffan Olsson2018-01-311-1/+1
| | |
| * | Applies the fix for v3 API so now we export five metricsStaffan Olsson2018-01-191-1/+1
| | | | | | | | | | | | https://github.com/jirwin/burrow_exporter/pull/9
| * | Adds a frontend container. No need to scale it indivudually.Staffan Olsson2018-01-192-4/+29
| | |
| * | Lets us see all consumers, for nowStaffan Olsson2018-01-191-2/+2
| | |
| * | Adds a service. Ordering is ok with plain file names here.Staffan Olsson2018-01-193-0/+12
| | |
| * | The build from search-and-replace in github.com/jirwin/burrow_exporter/pull/9Staffan Olsson2018-01-171-1/+1
| | |
| * | Adds prometheus exporter, but sadly incompatible with current BurrowStaffan Olsson2018-01-171-0/+14
| | | | | | | | | | | | https://github.com/jirwin/burrow_exporter/issues/8
| * | fixes container nameStaffan Olsson2018-01-171-1/+1
| | |
| * | Lists actual brokersStaffan Olsson2018-01-171-2/+2
| | |
| * | Adds linkedin/Burrow for use with port-forward 8000Staffan Olsson2018-01-172-0/+63
| | |
* | | Merge pull request #137 from Yolean/outside-host-as-annotationsolsson2018-01-291-1/+5
|\ \ \ | | | | | | | | Move outside host info from labels to annotations
| * | | Moves outside host details to annotations,outside-host-as-annotationStaffan Olsson2018-01-281-1/+5
|/ / / | | | | | | | | | | | | as DNS names may exceed the 63 char limit on label values and they're not too useful for pod matching in services etc.
* | | Merge pull request #130 from lenadroid/mastersolsson2018-01-213-1/+19
|\ \ \ | |_|/ |/| | Adding storage class files for AKS
| * | Adding storage class files for AKSLena2018-01-203-1/+19
|/ /
* | Merge pull request #126 from StevenACoffman/docker-k8ssolsson2018-01-182-0/+12
|\ \ | |/ |/| Add Docker-for-mac k8s specific provisioners for StorageClass
| * docker-k8s: Back to RetainSteve Coffman2018-01-182-2/+2
| |
| * docker-k8s: Allow docker edge kubernetes integration to workSteve Coffman2018-01-182-0/+12
|/
* Removes a test script from back when zookeeper was a separate imageStaffan Olsson2018-01-091-19/+0
| | | | closes #119. Tests in this repo should be dockerized. K8s-ized actually.
* Merge pull request #117 from Yolean/broker-init-pod-lablersolsson2018-01-083-7/+49
|\ | | | | Fix RBAC, set useful labels on broker pods from init script
| * Sets all labels at the end of the init script,broker-init-pod-lablerStaffan Olsson2018-01-082-6/+8
| | | | | | | | | | | | to speed up a bit and reduce the risk that it interferes with actual config. Also if the init script goes crash looping you won't get warnings about labels already being set.
| * Sets other useful labels, for #78 and #56Staffan Olsson2018-01-082-7/+9
| |
| * Revert "Deprecates our own statefulset pod label kafka-broker-id"Staffan Olsson2018-01-082-3/+0
| | | | | | | | This reverts commit 096e3bdfba31d2918520011886a6a0d1f1b08c84.
| * Adds the required RBAC for the init script to set the kafka-broker-id labelStaffan Olsson2018-01-081-0/+41
|/
* Merge pull request #115 from StevenACoffman/cleanupsolsson2018-01-084-7/+5
|\ | | | | Minor cleanups
| * cleanup: Minor cleanupsSteve Coffman2018-01-054-7/+5
|/
* Merge pull request #92 from Yolean/1.8-kube-eventssolsson2017-12-183-0/+170
|\ | | | | Stream kube events to topic, as opt-in folder instead of addon
| * Modernize based on1.8-kube-eventsStaffan Olsson2017-12-183-38/+6
| | | | | | | | | | | | | | * https://github.com/Yolean/kubernetes-kafka/pull/107 * https://github.com/Yolean/kubernetes-kafka/issues/101 * https://github.com/Yolean/fluent-bit-kubernetes-kafka/commit/e045ef1ef03f9fd299575a7aa9ca312e6687e441 * https://github.com/Yolean/kubernetes-kafka/pull/52
| * Uses kafkacat build as in tests and logs-streamingStaffan Olsson2017-11-091-1/+1
| |
| * Fixes manifest. I must have had a local edit last time.Staffan Olsson2017-10-301-1/+1
| |
| * Merge pull request #86 from Yolean/atamon-patch-1solsson2017-10-301-2/+2
| |\ | | | | | | Fix retention from 0.8 days to 8 days
| | * Fix retention from 0.8 days to 8 daysatamon-patch-1Anton Lindgren2017-10-301-2/+2
| |/ | | | | | | | | Silly change, but 0.8 days is very short. Google helped me verify the math.
| * Aligns RBAC with addons->folders for v3.0.0Staffan Olsson2017-10-271-0/+0
| |
| * Fixes JSON syntax, topic is jq:able nowStaffan Olsson2017-10-271-2/+2
| |
| * Needs to be tweaked depending on the churnStaffan Olsson2017-10-271-1/+1
| |
| * An actual assertionStaffan Olsson2017-10-271-10/+72
| |
| * Manifests updated to 1.8 and v3.0.0 pre-mergeStaffan Olsson2017-10-273-2/+10
| |
| * kafkacat's debug output solves the silence, but ...Staffan Olsson2017-10-261-2/+0
| | | | | | | | | | | | to see the error message (like missing RBAC) you basically have to run the curl command. I'd like startup to be as fast as possible, to not miss events, so I hesitate to add checks.