docker-compose file
etcd:
image: asdfsx/alpine-etcd:2.2.3
net: host
volumes:
- /data/etcd:/data
command:
--listen-client-urls http://0.0.0.0:4001 \
--advertise-client-urls http://KUBERNETES_MASTER_IP:4001
test with
curl -L http://KUBERNETES_MASTER_IP:4001/v2/keys/
Content type
Image
Digest
Size
5 MB
Last updated
over 9 years ago
docker pull asdfsx/alpine-etcd:3.1.0