Skip to content

Instantly share code, notes, and snippets.

View kelseyhightower's full-sized avatar

Kelsey Hightower kelseyhightower

View GitHub Profile
#cloud-config
coreos:
etcd:
addr: 10.22.9.201:4001 # This address changes between nodes
bind-addr: 0.0.0.0 # So we listen on localhost too
peer-addr: 10.22.9.201:7001 # This address changes between nodes
peers: 10.22.9.200:7001,10.22.9.201:7001,10.22.9.202:7001
update:
reboot-strategy: best-effort