Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created September 16, 2014 17:11
Show Gist options
  • Save kelseyhightower/b46ce0323398d8661a2f to your computer and use it in GitHub Desktop.
Save kelseyhightower/b46ce0323398d8661a2f to your computer and use it in GitHub Desktop.
#cloud-config
hostname: etcd
coreos:
etcd:
name: etcd
addr: 192.168.12.10:4001
bind-addr: 0.0.0.0
peer-addr: 192.168.12.10:7001
cluster-active-size: 1
snapshot: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment