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:
committed by
Bill Maxwell
parent
4bed5baabf
commit
d36a0b65cb
@@ -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'
|
||||
Reference in New Issue
Block a user