-
-
Save tbatchelli/1098ec10fb7eab75a240 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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