Skip to content

Instantly share code, notes, and snippets.

@tbatchelli
Created September 3, 2014 21:07
Show Gist options
  • Save tbatchelli/1098ec10fb7eab75a240 to your computer and use it in GitHub Desktop.
Save tbatchelli/1098ec10fb7eab75a240 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
https://discovery.etcd.io/cd2c82be80059a117d74b450eb410938
# multi-region and multi-cloud deployments need to use $public_ipv4
addr: $public_ipv4:4001
peer-addr: $public_ipv4: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