Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP three node cluster without PetSet #9

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
5178026
Single pod zookeeper, now that PetSet is de-supported in GKE
solsson Oct 17, 2016
5136cbb
Tree pods, and before we scale that up we probably want PetSet back
solsson Oct 17, 2016
ce64b00
Labels have changed a bit here in nopetset
solsson Oct 17, 2016
659ca06
Manages to get a single instance ready
solsson Oct 17, 2016
08cf9e8
No need to have zookeeper data persistent, when clustered
solsson Oct 18, 2016
ecc545b
Tries to configure more like the petset example, though there we have…
solsson Oct 18, 2016
3abef82
Using 0.0.0.0 for "my" server solves bind 3888 issue at start
solsson Oct 18, 2016
d604847
Zookeeper 3.5+ exposes an admin service, for dynamic configuration, w…
solsson Oct 18, 2016
fb83ca4
Back to zookeeper 3.4, built from https://github.com/solsson/zookeepe…
solsson Oct 18, 2016
05b086b
Can't have a readiness probe until tolereate-unready-endpoints goes b…
solsson Oct 18, 2016
90f1219
We probably don't need longer timeouts so the current official build …
solsson Oct 18, 2016
2b01d41
Keeps a namespace file in zookeeper too, because bootstrapping starts…
solsson Oct 25, 2016
8e7be7e
Without PetSet and 3.5+ dynamic config you definitely want to avoid s…
solsson Oct 25, 2016
01061ae
Merge branch 'zookeeper-5-nodes' into nopetset-zk
solsson Oct 25, 2016
59016b5
First shot at Kafka as noPetSet
solsson Oct 18, 2016
9de803b
Hostnames are random without PetSet
solsson Oct 18, 2016
d7de878
Adds two new instances that differ only in broker id
solsson Oct 18, 2016
74b3dbe
test/21consumer-test1.yml failed to connect to kafka because it got t…
solsson Oct 18, 2016
cfd2d3b
Advertises a service, so consumers can get the kafka endpoint through…
solsson Oct 18, 2016
86dea9b
Updates test commands for nopetset
solsson Oct 18, 2016
44d3eb6
Kafka needs bootstrapping because it has persistent voluemes
solsson Oct 25, 2016
8b16c6c
Oops. Brokers must of course use the same image.
solsson Oct 25, 2016
41d2001
No need to wrap regular startup with args in bash -c. It might even a…
solsson Oct 25, 2016
1f7f53d
With the new preconfigured image we don't intend to mount conf
solsson Oct 25, 2016
034c2aa
Upgrades to the image with log.dirs inside /opt/kafka/data, current d…
solsson Nov 9, 2016
7a30e26
Switches to Deployment so we can use strategy type: Recreate, hopeful…
solsson Nov 9, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
No need to have zookeeper data persistent, when clustered
  • Loading branch information
solsson committed Oct 25, 2016
commit 08cf9e815f5c832f7128bc53b337e5029e6cdf19
3 changes: 1 addition & 2 deletions zookeeper/50zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ spec:
- name: opt
emptyDir: {}
- name: datadir
persistentVolumeClaim:
claimName: datadir-zoo-0
emptyDir: {}
3 changes: 1 addition & 2 deletions zookeeper/51zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ spec:
- name: opt
emptyDir: {}
- name: datadir
persistentVolumeClaim:
claimName: datadir-zoo-1
emptyDir: {}
3 changes: 1 addition & 2 deletions zookeeper/52zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ spec:
- name: opt
emptyDir: {}
- name: datadir
persistentVolumeClaim:
claimName: datadir-zoo-2
emptyDir: {}