Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created March 25, 2015 21:58
Show Gist options
  • Save kelseyhightower/19aaf084d2dfa75e58c5 to your computer and use it in GitHub Desktop.
Save kelseyhightower/19aaf084d2dfa75e58c5 to your computer and use it in GitHub Desktop.
#cloud-config
coreos:
etcd:
discovery: https://discovery.etcd.io/97bf5041c3dcb6a8f4490ed982e00559
addr: $private_ipv4:4001
peer-addr: $private_ipv4:7001
units:
- name: etcd.service
command: start
- name: fleet.service
command: start
update:
group: "Ultra-Secret-Internal-etcd"
reboot-strategy: etcd-lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment