Upgrade our zookeeper cluster to 3.6
Since we are already running zk 3.5 the upgrade to 3.6 should be able to happen in a rolling fashion just like 3.5 minor upgrades. This change will test that our configs work with 3.6. If they do we should be able to land this then watch the automation automatically upgrade things for us. An alternative would be to put zk04/5/6 into the emergency file and manually do this then land this change and remove the hosts from the emergency file. I'm happy to do this process as well assuming others prefer it. One reason to do things this way is that zk05 is the current leader and we might want to do it last instead of second. Change-Id: Ifc823fdbc4ad40e2cf1235ac9100663918fb413d
This commit is contained in:
parent
5d4ca69d51
commit
148453f415
@ -4,7 +4,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
zk:
|
||||
image: docker.io/library/zookeeper:3.5
|
||||
image: docker.io/library/zookeeper:3.6
|
||||
restart: always
|
||||
network_mode: host
|
||||
user: "10001:10001"
|
||||
|
Loading…
x
Reference in New Issue
Block a user