Skip to content

Instantly share code, notes, and snippets.

View mikelitton's full-sized avatar

Michael Litton mikelitton

  • Snow Software
  • Sweden
View GitHub Profile
#cloud-config
coreos:
etcd:
# generate a new token for each unique cluster from https://discovery.etcd.io/new
discovery: https://discovery.etcd.io/<token>
# multi-region deployments, multi-cloud deployments, and droplets without
# private networking need to use $public_ipv4
addr: $private_ipv4:4001
peer-addr: $private_ipv4:7001