Updated kafka to 0.10.2.1 and fix for zookeeper. cattle and k8s

This commit is contained in:
Raul Sanchez
2017-06-09 17:58:51 +02:00
parent 09fc381f59
commit 46bd794315
19 changed files with 602 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
zk:
tty: true
image: rawmind/alpine-zk:3.4.9
image: rawmind/alpine-zk:3.4.9-3
volumes_from:
- zk-volume
- zk-conf
@@ -21,7 +21,7 @@ zk-conf:
io.rancher.scheduler.affinity:container_label_soft_ne: io.rancher.stack_service.name=$${stack_name}/$${service_name}
io.rancher.container.hostname_override: container_name
io.rancher.container.start_once: true
image: rawmind/rancher-zk:3.4.8-5
image: rawmind/rancher-zk:3.4.9
volumes:
- /opt/tools
zk-volume: