Skip to content

Instantly share code, notes, and snippets.

@tbatchelli
Created September 3, 2014 19:52
Show Gist options
  • Save tbatchelli/5e5d2a94eb71bfb37f13 to your computer and use it in GitHub Desktop.
Save tbatchelli/5e5d2a94eb71bfb37f13 to your computer and use it in GitHub Desktop.
#cloud-config
coreos:
etcd:
# generate a new token for each unique cluster from https://discovery.etcd.io/new
# discovery: https://discovery.etcd.io/a52cf57d5e788bb8dff447b6ba668048
# multi-region and multi-cloud deployments need to use $public_ipv4
addr: $public_ipv4:4001
peer-addr: $public_ipv4:7001
peers: 23.253.69.111:7001
units:
- name: etcd.service
command: start
- name: fleet.service
command: start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment