aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | initutils based on latest debian slimStaffan Olsson2017-10-151-1/+1
| | |
* | | Some ideas on how to keep this repo simpleStaffan Olsson2017-10-151-1/+7
| | |
* | | Merge pull request #74 from elm-/mastersolsson2017-10-142-2/+2
|\ \ \ | | | | | | | | - fix #65: wait for reply
| * | | - fix #65: wait for replyElmar Weber2017-10-132-2/+2
|/ / /
* | | Merge pull request #71 from kmova/patch-1solsson2017-10-061-1/+1
|\ \ \ | | | | | | | | _nit : Kubernets -> Kubernetes
| * | | _nit : Kubernets -> KubernetesKiran Mova2017-10-061-1/+1
|/ / /
* | | ./update-kafka-image.sh to 0.11.0.1Staffan Olsson2017-10-025-7/+7
| | |
* | | Merge pull request #62 from kahwai1984/patch-1solsson2017-08-161-1/+1
|\ \ \ | |/ / |/| | Update README.md
| * | Update README.mdkahwai19842017-08-151-1/+1
|/ / | | | | fix typo
* | Merge branch 'persistent-volumes-retain', the readme ...v2.0.0Staffan Olsson2017-08-081-4/+14
|\ \ | | | | | | | | | part that recommends manual intervention
| * | Still shortpersistent-volumes-retainStaffan Olsson2017-08-081-4/+6
| | |
| * | Shorter, possibly clearerStaffan Olsson2017-08-051-5/+5
| | |
| * | The default is Delete, which violates our no-surpises ambitionStaffan Olsson2017-08-051-0/+8
| | |
* | | I think Schema Registry + REST Proxy is ok for production nowStaffan Olsson2017-08-081-0/+1
| | |
* | | Don't look like env var interpolation, when it's notStaffan Olsson2017-08-071-3/+3
| | |
* | | We prefer Ready:False status instead of restarted pods,Staffan Olsson2017-08-053-13/+1
|/ / | | | | | | | | | | at least for now, as it allows exec into the pods to investigate. We've been having frequent restarts that are not due to OOMKilled (i.e. not #49). Now failed probes will lead to unready pods, which we can monitor for using #60.
* | got mergedStaffan Olsson2017-08-051-1/+0
| |
* | Merge pull request #41 from Yolean/multizone-rack-awarenesssolsson2017-08-053-1/+58
|\ \ | | | | | | Multizone rack awareness
| * | Adds RBAC policy for kubectl to look up node's zonemultizone-rack-awarenessStaffan Olsson2017-08-051-0/+37
| | |
| * | I suppose most init scripts will do fine with curl+kubectl+bashStaffan Olsson2017-08-051-1/+1
| | |
| * | Uses an image with kubectl based on the same debian tag as kafkaStaffan Olsson2017-08-051-1/+1
| | |
| * | Looks up zone if kubectl is found, tries to not break config otherwiseStaffan Olsson2017-08-052-12/+17
| | |
| * | Starts scripting, but the API call gets 403 for anonymous userStaffan Olsson2017-08-051-0/+13
| | |
| * | Temp commit so that github allows a PR to be created, where I can keep notesStaffan Olsson2017-08-051-0/+2
|/ /
* | Merge pull request #59 from Yolean/rbac-namespace-defaultsolsson2017-08-051-0/+7
|\ \ | | | | | | RBAC policies through kubectl apply -f rbac-namespace-default/
| * | Moved to its PR, multizone-rack-awarenessrbac-namespace-defaultStaffan Olsson2017-08-051-37/+0
| | |
| * | Details will live in the respective policiesStaffan Olsson2017-08-052-10/+8
| | |
| * | Addons can maintain their policies, so moving this toStaffan Olsson2017-08-051-30/+0
| | | | | | | | | | | | https://github.com/Yolean/kubernetes-kafka/pull/39
| * | Shows how to see that you need rbac, but makes readme heavierStaffan Olsson2017-08-051-0/+9
| | |
| * | Recommends that you create rbacStaffan Olsson2017-08-051-0/+7
| | |
| * | Got the feeling from kubectl get clusterrole ...Staffan Olsson2017-08-052-0/+8
| | | | | | | | | | | | | | | | | | that having access control rules, in particular cluster scoped, lying around without knowing where they come from will be unmaintainable over time. Labels show up nicely in describe.
| * | With default service account curl works againStaffan Olsson2017-08-051-0/+26
| | | | | | | | | | | | fixes https://github.com/Yolean/kubernetes-kafka/pull/39
| * | I don't really care, but which yaml indentation is winning?Staffan Olsson2017-08-051-6/+6
| | |
| * | RBAC rights are purely additive so ...Staffan Olsson2017-08-051-0/+26
|/ / | | | | | | | | a project like kubernetes-kafka should keep them minimal. To access nodes we do need ClusterRole instead of Role.
* | Rack awareness is candidate for mergeStaffan Olsson2017-08-031-2/+3
| |
* | Let's postpone merge of RollingUpdate but evaluate it in QAStaffan Olsson2017-08-021-0/+1
| | | | | | | | https://github.com/Yolean/kubernetes-kafka/pull/55
* | Merge pull request #53 from Yolean/delete-topics-enabled-by-defaultsolsson2017-07-311-1/+1
|\ \ | | | | | | Enable topic deletion option by default
| * | Topic deletion will be enabled by default in Kafka 1.0delete-topics-enabled-by-defaultStaffan Olsson2017-07-311-1/+1
|/ /
* / addon-rest isn't quite ready for the world yet. And ...Staffan Olsson2017-07-312-2/+1
|/ | | | avoid log to file in containers.
* 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
|\ | | | | Upgrade to Kafka 0.11 and test for open issues
| * 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
| |\ | | | | | | Automate in-cluster tests
| | * 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
| | |