Commit dfb768ed authored by António Meireles's avatar António Meireles

CoreOS cloud-configs - get nodes working in CoreOS 695.0.0+

etcd 2.0.11 behavior changed. (github.com/coreos/etcd#2761) Signed-off-by: 's avatarAntónio Meireles <antonio.meireles@reformi.st>
parent ce7a3ea3
......@@ -15,6 +15,7 @@ write_files:
coreos:
etcd2:
listen-client-urls: http://localhost:2379
advertise-client-urls: http://0.0.0.0:2379
initial-cluster: master=http://<master-private-ip>:2380
proxy: on
fleet:
......
......@@ -12,6 +12,7 @@ write-files:
coreos:
etcd2:
listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001
advertise-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001
initial-cluster: master=http://<master-private-ip>:2380
proxy: on
fleet:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment