Etcd v2.3.7 (#224)

* baseline

* proxy health check with wait period, DR fix, upgrade to 2.3.7

* update readme

* latest image, add notes for stale metadata race condition

* bundle proxy, latest image fixes
This commit is contained in:
James Oliver
2016-08-03 15:32:40 -07:00
committed by Bill Maxwell
parent 4bed5baabf
commit d36a0b65cb
4 changed files with 87 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
etcd:
image: rancher/etcd:v2.3.7-6
labels:
io.rancher.scheduler.affinity:container_label_ne: io.rancher.stack_service.name=$${stack_name}/$${service_name}
io.rancher.sidekicks: data
environment:
RANCHER_DEBUG: '${DEBUG}'
volumes_from:
- data
data:
image: busybox
command: /bin/true
net: none
volumes:
- /data
labels:
io.rancher.container.start_once: 'true'